Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
JSON serialization and introspection. More...
Go to the source code of this file.
Data Structures | |
struct | JSONSerialization |
JSON serialization and introspection. More... | |
Enumerations | |
enum | JSONWriteOptions { JSON_WRITE_PRETTY = 0x1 , JSON_WRITE_SORTED = 0x2 } |
JSON write options. More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _JSONSerialization (void) |
JSON serialization and introspection.
Definition in file JSONSerialization.h.
enum JSONWriteOptions |
JSON write options.
Enumerator | |
---|---|
JSON_WRITE_PRETTY | Enables pretty (indented) formatting of JSON output. |
JSON_WRITE_SORTED | Enables lexicographic sorting of JSON output. |
Definition at line 42 of file JSONSerialization.h.
OBJECTIVELY_EXPORT Class * _JSONSerialization | ( | void | ) |
Definition at line 511 of file JSONSerialization.c.