Object
Import a JSON Marshalled object.
JSON
method used for JSON marshalling support.
# File json/lib/json/add/set.rb, line 10 def self.json_create(object) new object['a'] end
Marshal the object to JSON.
# File json/lib/json/add/set.rb, line 17 def as_json(*) { JSON.create_id => self.class.name, 'a' => to_a, } end
return the JSON value
# File json/lib/json/add/set.rb, line 25 def to_json(*args) as_json.to_json(*args) end
This page was generated for Ruby 3.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.