Skip to content
/ rson Public

rson: lightweight proof-of-concept recursive descent json parser.

License

Notifications You must be signed in to change notification settings

dev-xero/rson

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

rson: lightweight proof-of-concept recursive descent json parser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors