A PrettyParams for an indenting pattern with one space around each colon, commas at the end of the a line and brackets on their own line.
A PrettyParams for an indenting pattern with one space around each colon, commas at the end of the a line and brackets on their own line.
{ "a" : true, "b" : [ 1, 2, 3 ] }
3.0
The whitespace strings that will appear between significant portions of a serialized json file
The whitespace strings that will appear between significant portions of a serialized json file
3.0
A PrettyParams that will result in a minified json string.
A PrettyParams that will result in a minified json string. Every function returns the empty string.
{"a":true,"b":[1,2,3]}
3.0
Shorthand for a PrettyJsonBuilder using a MinifiedPrettyParams
Shorthand for a PrettyJsonBuilder using a MinifiedPrettyParams
3.1
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using two spaces for the indent
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using two spaces for the indent
3.1
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using four spaces for the indent
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using four spaces for the indent
3.1
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using a tab for the indent
Shorthand for a PrettyJsonBuilder using an IndentPrettyParams using a tab for the indent
3.1
PrettyParams and two implementations of it.
3.0