Skip to content

Fast & memory efficient recursive descent parser for JSON written in Rust.

License

Notifications You must be signed in to change notification settings

dev-xero/rd-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast & memory efficient recursive descent parser for JSON written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published