Skip to content

aesrael/json-parser.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON parser - ruby

status

This is only an attempt at learning ruby, by building a JSON parser. much of this has been guided by the JSON IETF spec

Note

This isn't meant to be used for anything other than learning purposes, as it wasn't built with optimisations, good error reporting or even completeness in mind, while it is spec complete (mostly), it certainly isn't a replacement for the parse export of the Ruby JSON module.

ruby parser.rb

Tests

Tests are simple assertions of the return values of the built-in JSON parser vs this parser.

ruby parser_test.rb

Contributing

As this is only a fun project, kindly concern only with bug fixes, as I do not intend to do any more development work on this.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published

Languages