indent() Instance Public methods This string is used to indent levels in the JSON text.
indent=(indent) Instance Public methods This string is used to indent levels in the JSON text.
initialize_copy(orig) Instance Public methods Initializes this object from orig if it to be duplicated/cloned and returns it.
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.
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.
merge(p1) Instance Public methods Alias for: configure
object_nl() Instance Public methods This string is put at the end of a line that holds a JSON object (or Hash).
object_nl=(object_nl) Instance Public methods This string is put at the end of a line that holds a JSON object (or Hash).
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.
Page 519 of 11844