Skip to content

Kajonn/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json parser

Use string slices from original json to prevent any copies of strings.

Parser is optimistic and will return json from string with minor syntax errors.

Future development / TODOs

  • Support file path or url as parse string input.
  • Support store String in Json object in case where string lifetime cannot be garantueed (ex file read, http request)
  • Simplify access of json values

About

Rust Json parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages