Simple JSON
0.1
A free simple json library for C
Main Page
Classes
Files
File List
File Members
simple_json_parse.h
Go to the documentation of this file.
1
#ifndef __SIMPLE_JSON_PARSE_H__
2
#define __SIMPLE_JSON_PARSE_H__
3
10
SJson
*
sj_parse_buffer
(
char
*
string
,
unsigned
long
length);
11
12
13
#endif
SJson_S
this is the abstract container structure for all json data This structure may be an object...
Definition:
simple_json_value.h:19
sj_parse_buffer
SJson * sj_parse_buffer(char *string, unsigned long length)
given a string, create a JSON object from it
Definition:
simple_json_parse.c:234
include
simple_json_parse.h
Generated by
1.8.11