reptar:用于将对象的表示写入 JSON API 的微型库

时间:2024-06-26 07:49:38
【文件属性】:

文件名称:reptar:用于将对象的表示写入 JSON API 的微型库

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-26 07:49:38

Ruby

Reptar 用于将对象的表示形式写入 JSON API 的微型库。 安装 安装 Reptar 就像运行一样简单: $ gem install reptar 使用 gem 'reptar' 在您的 Gemfile 中包含 Reptar 或使用 require 'reptar' 要求它。 用法 属性 继承Reptar以构建您的表示,使用您的对象初始化您的 Reptar 类并使用to_json获取您的 json 输出。 使用attribute声明要返回的字段 class UserRep < Reptar xss=removed xss=removed> "{\"name\":\"Julio\"}" 您可以使用attributes定义多个att


【文件预览】:
reptar-master
----test()
--------test_reptar.rb(6KB)
----LICENSE(1KB)
----reptar.gemspec(655B)
----makefile(37B)
----lib()
--------reptar.rb(2KB)
----README.md(4KB)

网友评论