Method: JSON::Pure::Generator::State#array_nl

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

#array_nlObject

This string is put at the end of a line that holds a JSON array.



166
167
168
# File 'lib/json/pure/generator.rb', line 166

def array_nl
  @array_nl
end