source-engine-2018-hl2_src/thirdparty/JSON_parser
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00
..
arm 1 2020-04-22 12:56:21 -04:00
comments.json 1 2020-04-22 12:56:21 -04:00
common.mk 1 2020-04-22 12:56:21 -04:00
JSON_parser.c 1 2020-04-22 12:56:21 -04:00
JSON_parser.h 1 2020-04-22 12:56:21 -04:00
json_parser.use 1 2020-04-22 12:56:21 -04:00
main.c 1 2020-04-22 12:56:21 -04:00
Makefile 1 2020-04-22 12:56:21 -04:00
README.md 1 2020-04-22 12:56:21 -04:00

A JSON parser based on http://www.json.org's JSON_checker code.

Copyright (c) 2007-2010 Jean Gressmann (jean@0x42.de).

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.