to_sjis() Instance Public methods
to_json(state = nil) Instance Public methods Returns a JSON string containing a JSON array, that is generated from this Array instance. state is a JSON::State object, that can also be used to configure the produced JSON string output further.
to_json(*) Instance Public methods Returns a JSON string representation for this Integer number.
to_json(*) Instance Public methods Returns a JSON string for false: 'false'.
to_json(*) Instance Public methods Returns a JSON string representation for this Float number.
to_json(state = nil) Instance Public methods Returns a JSON string containing a JSON object, that is generated from this Hash instance. state is a JSON::State object, that can also be used to configure the produced JSON string output further.
to_json(*) Instance Public methods Returns a JSON string for nil: 'null'.
to_json(*) Instance Public methods Converts this object to a string (calling to_s), converts it to a JSON string, and returns the result. This is a fallback, if no special method to_json was defined for some object.
json_create(o) Instance Public methods Raw Strings are JSON Objects (the raw bytes are stored in an array for the key ârawâ). The Ruby String can be created by this module method.
Page 516 of 11844