Simple JSON  0.1
A free simple json library for C
SJPair Struct Reference

an object is a list of key/value pairs More...

Collaboration diagram for SJPair:

Public Attributes

SJStringkey
 
SJsonvalue
 

Detailed Description

an object is a list of key/value pairs

Definition at line 24 of file simple_json_object.c.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: