JSON for Ruby

授权协议:Ruby License操作系统:跨平台 开发语言:Ruby
这是一个 Ruby 语言用来操作 JSON 格式数据的程序库。 安装方法:gem install json 代码示例: class Range def to_json(*a) { ...