Team Fortress 2 Source Code as on 22/4/2020
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.
 
 
 
 
 
 
Sreecharan c61d975061
Update LICENSE
5 years ago
..
arm compressed some files 5 years ago
JSON_parser.c compressed some files 5 years ago
JSON_parser.h compressed some files 5 years ago
Makefile compressed some files 5 years ago
README.md compressed some files 5 years ago
comments.json compressed some files 5 years ago
common.mk compressed some files 5 years ago
json_parser.use compressed some files 5 years ago
main.c compressed some files 5 years ago

README.md

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.