Method: JSON::TruffleRuby::Generator::State#indent

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

#indentObject

This string is used to indent levels in the JSON text.



171
172
173
# File 'lib/json/truffle_ruby/generator.rb', line 171

def indent
  @indent
end