space() Instance Public methods This string is used to insert a space between the tokens in a JSON string.
quirks_mode? Instance Public methods Returns true, if quirks mode is enabled. Otherwise returns false.
quirks_mode=(enable) Instance Public methods If set to true, enables the #quirks_mode mode.
object_nl=(object_nl) Instance Public methods This string is put at the end of a line that holds a JSON object (or Hash).
object_nl() Instance Public methods This string is put at the end of a line that holds a JSON object (or Hash).
merge(p1) Instance Public methods Alias for: configure
max_nesting=(depth) Instance Public methods This sets the maximum level of data structure nesting in the generated JSON to the integer depth, #max_nesting = 0 if no maximum should be checked.
max_nesting Instance Public methods This integer returns the maximum level of data structure nesting in the generated JSON, #max_nesting = 0 if no maximum is checked.
initialize_copy(orig) Instance Public methods Initializes this object from orig if it to be duplicated/cloned and returns it.
Page 1813 of 2275