Simple JSON
0.1
A free simple json library for C
|
this is a simple list structure intended to hold an arbitrary number of elements list will automatically grow as space is needed to accomodate more elements More...
#include <simple_json_list.h>
Public Attributes | |
SJListElementData * | elements |
unsigned int | size |
unsigned int | count |
this is a simple list structure intended to hold an arbitrary number of elements list will automatically grow as space is needed to accomodate more elements
Definition at line 16 of file simple_json_list.h.
unsigned int SJList::count |
how many elements are in use
Definition at line 20 of file simple_json_list.h.
SJListElementData* SJList::elements |
a pointer to the array of the data
Definition at line 18 of file simple_json_list.h.
unsigned int SJList::size |
how much memory has been allocated
Definition at line 19 of file simple_json_list.h.