Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FluorescentCIAAfricanAmerican 3bf9df6b27 1 4 years ago
..
arm 1 4 years ago
JSON_parser.c 1 4 years ago
JSON_parser.h 1 4 years ago
Makefile 1 4 years ago
README.md 1 4 years ago
comments.json 1 4 years ago
common.mk 1 4 years ago
json_parser.use 1 4 years ago
main.c 1 4 years ago

README.md

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.