JSON parser for mruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'mattn/mruby-json'
end
MIT
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.
Yasuhiro Matsumoto (a.k.a mattn)