hana:JSON补丁和JSON指针的实现 源码
哈娜 描述: 和RFC的实现。 功能/问题: 实现和RFC的规范: 这适用于Ruby对象,因此您应该将JSON加载到Ruby,进行处理,然后再次以JSON形式发出。 概要: patch = Hana :: Patch . new [ { 'op' => 'add' , 'path' => '/baz' , 'value' => 'qux' } ] patch . apply ( 'foo' => 'bar' ) # => {'baz' => 'qux', 'foo' => 'bar'} 要求: Ruby 安装: $ gem install hana 发展: hana从。 通过
文件列表
hana-master.zip
(预估有个11文件)
hana-master
.gitignore
21B
Manifest.txt
317B
README.md
2KB
.gitmodules
120B
test
json-patch-tests
mine.json
1KB
helper.rb
2KB
test_hana.rb
3KB
暂无评论