 sjson
 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
3 stars
 3 watching
 0 forks
 
Language: C 
last commit: over 11 years ago 
Linked from   1 awesome list  
 Related projects:
| Repository | Description | Stars | 
|---|---|---|
|  | A lightweight C parser for structured data formats like JSON | 1,286 | 
|  | A fast and extensible JSON encoder/decoder for Python | 1,657 | 
|  | A lightweight JSON parser written in C# | 754 | 
|  | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 | 
|  | An in-place JSON parser implemented in a single header file | 74 | 
|  | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 | 
|  | A lightweight JSON parser written in C | 16 | 
|  | A JSON parser implementation in Haskell. | 172 | 
|  | A lightweight JSON parsing library written in C | 1,367 | 
|  | A JSON encoder and decoder implemented in Common Lisp. | 164 | 
|  | Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 | 
|  | A high-performance JSON parser that minimizes memory allocation and copying. | 28 | 
|  | Supports the use of BSON data format in JSON processing | 293 | 
|  | A fast and convenient JSON deserializer for Swift applications. | 1,012 | 
|  | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |