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

a basic structure that keeps track of a string and its length Automatically grows to accomodate longer strings More...

#include <simple_json_string.h>

Public Attributes

char * text
 
int size
 

Detailed Description

a basic structure that keeps track of a string and its length Automatically grows to accomodate longer strings

Definition at line 8 of file simple_json_string.h.

Member Data Documentation

int SJString::size

how much data base been allocated

Definition at line 11 of file simple_json_string.h.

char* SJString::text

pointer to the character data

Definition at line 10 of file simple_json_string.h.


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