|
Simple JSON
0.1
A free simple json library for C
|
an object is a list of key/value pairs More...

Public Attributes | |
| SJString * | key |
| SJson * | value |
an object is a list of key/value pairs
Definition at line 24 of file simple_json_object.c.
| SJString* SJPair::key |
the identifying key
Definition at line 26 of file simple_json_object.c.
| SJson* SJPair::value |
the value the key references
Definition at line 27 of file simple_json_object.c.