Libraries
»
rapidjson
(0.4.0)
»
Index
»
RapidJSON
»
pretty_encode
Method: RapidJSON.pretty_encode
Defined in:
lib/rapidjson.rb
.
pretty_encode
(object) ⇒
Object
41 42 43
# File 'lib/rapidjson.rb', line 41
def
pretty_encode
(
object
)
PRETTY_CODER
.
dump
(
object
)
end