what is the idiomatic way to turn a JSON string in...
# klaxon
a
what is the idiomatic way to turn a JSON string into a prettified String?
@cedric
I am sure there must be a clean way to do this... maybe I just haven't looked hard enough?
j
You can go round trip. @Andrew Gazelka Use the parser, then turn it bak into a string using the
pretyPrint=true
flag.