Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 447 Bytes

JSON Parser

Implementation of an efficient recursive descent JSON parser which follows the official specification.

Supported

  1. Objects
  2. Strings
  3. Numbers (decimal / fraction)
  4. Boolean (true / false)
  5. Null

Todo

  1. Support exponential numbers

Usage (debug)

You need Cargo installed to test in debug mode / build release.

chmod +x script.sh && chmod +x build.sh
./script.sh