Object
Import a JSON Marshalled object.
JSON
method used for JSON marshalling support.
# File json/lib/json/add/bigdecimal.rb, line 11 def self.json_create(object) BigDecimal._load object['b'] end
Marshal the object to JSON.
# File json/lib/json/add/bigdecimal.rb, line 18 def as_json(*) { JSON.create_id => self.class.name, 'b' => _dump, } end
return the JSON value
# File json/lib/json/add/bigdecimal.rb, line 26 def to_json(*) as_json.to_json end
This page was generated for Ruby 2.5.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.