format.JsonPrettyPrinter.TextDelimiters Extends
A container for the delimiting characters used to display the JSON string to a text display. Each delimiter is a publicly accessible property of the object, which makes it easy to tweak delimiters to specific environments.

Inheritance

Constructor

goog.format.JsonPrettyPrinter.TextDelimiters()
Public Protected Private

Instance Properties

arrayEnd :
Represents the end of an array in the output.
Code »
arrayStart :
Represents the start of an array in the output.
Code »
indent :
Represents the number of spaces to indent each sub-property of the JSON.
Code »
lineBreak :
Represents a newline character in the output. Used to begin a new line.
Code »
nameValueSeparator :
Represents the string used to separate property names from property values in the output.
Code »
objectEnd :
Represents the end of an object in the output.
Code »
objectStart :
Represents the start of an object in the output.
Code »
postName :
A string that's placed after a property name in the output. Useful for wrapping a property name in an html tag.
Code »
postValue :
A string that's placed after a property value in the output. Useful for wrapping a property value in an html tag.
Code »
preName :
A string that's placed before a property name in the output. Useful for wrapping a property name in an html tag.
Code »
preValue :
A string that's placed before a property value in the output. Useful for wrapping a property value in an html tag.
Code »
propertySeparator :
Represents the string used to separate properties in the output.
Code »
space :
Represents a space character in the output. Used to indent properties a certain number of spaces, and to separate property names from property values.
Code »

Package format.JsonPrettyPrinter

Package Reference