Method: JSON.state

Defined in:
lib/json/common.rb

.stateObject

Sets or Returns the JSON generator state class that is used by JSON.



184
185
186
# File 'lib/json/common.rb', line 184

def state
  @state
end