|
Gateway C ABI
|
The JSON object. More...
#include <json.h>
Data Fields | |
| GCJsonType | type |
| The type of the JSON object. | |
| const void * | ptr |
| The pointer to the underlying JSON object. | |
The JSON object.
Every JSON object is represented by a pointer to a struct of this type.
| const void * sGCJsonObject::ptr |
The pointer to the underlying JSON object.
| GCJsonType sGCJsonObject::type |
The type of the JSON object.