summaryrefslogtreecommitdiff
path: root/thirdparty/JSON_parser/README.md
blob: e5c0ecbafb2c2f4c21af8457677a9ff43ebe66e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
A JSON parser based on http://www.json.org's JSON_checker code. 

Copyright (c) 2007-2010 Jean Gressmann ([email protected]). 

For license information, see JSON_parser.c.

JSON parser features:
- arbitrary levels of JSON object/array nesting, 
- C-style comments, 
- UTF-16 & escape sequence (\uXXXX) decoding to UTF-8.
- Manual processing of floating point values.

The parser processes UTF-8 encoded JSON only. 
JSON object keys and JSON strings are returned as UTF-8 encoded C strings.