|
Objectively
Ultra-lightweight object oriented framework for GNU C.
|
JSONContext class for JSON serialization and deserialization. More...
#include <Objectively/Data.h>#include <Objectively/Dictionary.h>#include <Objectively/Error.h>#include <Objectively/JSONSerializers.h>#include <Objectively/Array.h>#include <Objectively/Object.h>Go to the source code of this file.
Data Structures | |
| struct | JSONContext |
| A context for JSON serialization and deserialization. More... | |
Enumerations | |
| enum | JSONWriteOptions { JSON_WRITE_PRETTY = 0x1 , JSON_WRITE_SORTED = 0x2 } |
| Options for JSON serialization. More... | |
Functions | |
| OBJECTIVELY_EXPORT Class * | _JSONContext (void) |
JSONContext class for JSON serialization and deserialization.
Definition in file JSONContext.h.
| enum JSONWriteOptions |
Options for JSON serialization.
| Enumerator | |
|---|---|
| JSON_WRITE_PRETTY | Enables pretty (indented) formatting of JSON output. |
| JSON_WRITE_SORTED | Enables lexicographic sorting of JSON object keys. |
Definition at line 47 of file JSONContext.h.
| OBJECTIVELY_EXPORT Class * _JSONContext | ( | void | ) |
Definition at line 821 of file JSONContext.c.