json-encodable:使类可编码为 JSON 格式

时间:2024-06-22 22:12:50
【文件属性】:

文件名称:json-encodable:使类可编码为 JSON 格式

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-22 22:12:50

Ruby

JSON::可编码 使类可编码为 JSON 格式。 用法 包含JSON::Encodable模块 使用属性名称调用.property方法 然后实例将能够响应to_json方法 #to_json class Blog include JSON :: Encodable property :id property :title property :username def id 1 end def title "wonderland" end def username "alice" end end Blog . new . to_json #=> '{"id":1,"title":"wonderland","username":"alice"}' #as_json(options = {}) 您还可以使用:except和:


【文件预览】:
json-encodable-master
----.gitignore(185B)
----json-encodable.gemspec(975B)
----CHANGELOG.md(258B)
----LICENSE.txt(1KB)
----spec()
--------spec_helper.rb(199B)
--------json()
----README.md(1KB)
----lib()
--------json-encodable.rb(25B)
--------json()
----Gemfile(99B)
----Rakefile(29B)

网友评论