sjson

JSON parser

A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons

sjson: no {} needed around the whole file; "=" is allowed instead of ":"; quotes around the key are optional; commas after values are optional; read access through compile time hashes much faster than string compares

GitHub

3 stars
3 watching
0 forks
Language: C
last commit: over 12 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
json-parser/json-parserA lightweight C parser for structured data formats like JSON1,286
simplejson/simplejsonA fast and extensible JSON encoder/decoder for Python1,657
bunny83/simplejsonA lightweight JSON parser written in C#754
nfrechette/sjson-cppA minimal C++ library to read and write Simplified JSON files without memory allocations.21
mjansson/jsonAn in-place JSON parser implemented in a single header file74
chadaustin/sajsonA high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string.568
wgtdkp/jusonA lightweight JSON parser written in C16
tsoding/haskell-jsonA JSON parser implementation in Haskell.172
kgabis/parsonA lightweight JSON parsing library written in C1,367
rudolph-miller/jonathanA JSON encoder and decoder implemented in Common Lisp.164
lovasoa/bad_json_parsersMeasures how deeply nested JSON structures can be parsed by different languages' parsers.366
nixman/flatjsonA high-performance JSON parser that minimizes memory allocation and copying.28
michel-kraemer/bson4jacksonSupports the use of BSON data format in JSON processing293
delba/jasonA fast and convenient JSON deserializer for Swift applications.1,012
tunnuz/jsonA C++ JSON parser that builds an in-memory tree representing the JSON structure.41