Skip to content

A minimal single file include implementation of a JSON parser written in both C++ and Java.

Notifications You must be signed in to change notification settings

danielbarry/JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON

A minimal single file include implementation of a JSON parser written in both C++ and Java.

The intention isn't to be the fastest or most memory efficient (although that would be good), but to be understandable.

TODO

  • Add usage license
  • Automatically run tests upon a single build command
  • Profile the performance of the parsers
  • Compare against existing parsers

About

A minimal single file include implementation of a JSON parser written in both C++ and Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published