文件名称:hana:JSON补丁和JSON指针的实现
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-21 19:33:13
ruby json json-pointer json-patch RubyRuby
哈娜 描述: 和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从。 通过运行以下命令获取git子模块: git submodule init git submodule update 安装依赖项: bundle install 然后使用以下命令运行测试: rake test 执照: (MIT许可证) 版权所有(c)2012-2020 Aaron Patterson 特此免费授予获得此软件和相关文档文件(“软件”)副本的任何人无限制地处理软件的权利,包括
【文件预览】:
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)
--------test_ietf.rb(504B)
----Gemfile(86B)
----lib()
--------hana.rb(6KB)
----Rakefile(495B)