Method: JSON::Pure::Generator::State#object_nl

Defined in:
lib/json/pure/generator.rb

#object_nlObject

This string is put at the end of a line that holds a JSON object (or Hash).



164
165
166
# File 'lib/json/pure/generator.rb', line 164

def object_nl
  @object_nl
end