[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
 
 

mruby-json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)