Data type for Json AST.
Renders JSON directly to string in compact format.
Renders JSON directly to string in compact format. This is an optimized version of compact(render(value)) when the intermediate Document is not needed.
Concatenates a sequence of JValues.
Concatenates a sequence of JValues.
Example:
concat(JInt(1), JInt(2)) == JArray(List(JInt(1), JInt(2)))
Renders JSON.
Renders JSON.
Printer#pretty
Printer#compact