|
Objectively
Ultra-lightweight object oriented framework for GNU C.
|
#include <JSONSerializers.h>
Describes the JSON binding for all fields of a C struct.
Definition at line 120 of file JSONSerializers.h.
Properties | |
| const char * | name |
| The struct type name. | |
| const JSONProperty * | properties |
| The NULL-terminated JSONProperty array. | |
| size_t | size |
The struct size, i.e. sizeof(Struct). | |
| const char* JSONProperties::name |
The struct type name.
Definition at line 125 of file JSONSerializers.h.
| const JSONProperty* JSONProperties::properties |
The NULL-terminated JSONProperty array.
Definition at line 135 of file JSONSerializers.h.
| size_t JSONProperties::size |
The struct size, i.e. sizeof(Struct).
Definition at line 130 of file JSONSerializers.h.