jabamaus / mruby-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mruby-json

Build Status

JSON parser for mruby

install by mrbgems

MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'mattn/mruby-json'
end

License

MIT

Note

This repository include fork of parson library because parson only handle 11 bits precision for fixed numbers. I think original policy is right on the implementing JSON. But not useful to handle 64bit numbers on mruby. If you want to contribute to the source parson.c or parson.h, please send PR to my fork.

Author

Yasuhiro Matsumoto (a.k.a mattn)

About


Languages

Language:C 93.0%Language:Ruby 7.0%