<pre>
or <code>
element.
goog.format.JsonPrettyPrinter.TextDelimiters | |
goog.format.JsonPrettyPrinter.HtmlDelimiters | goog.format.JsonPrettyPrinter.TextDelimiters |
![]()
No description.
|
Code » | |
![]()
A closing
span tag that's placed after a property name.
|
Code » | |
![]()
A closing
span tag that's placed after a property value.
|
Code » | |
![]()
A
span tag thats placed before a property name. Used to style
property names with CSS.
|
Code » | |
![]()
A
span tag thats placed before a property value. Used to style
property value with CSS. The span tag's class is in the format
goog-jsonprettyprinter-propertyvalue-{TYPE}, where {TYPE} is the JavaScript
type of the object (the {TYPE} parameter is obtained from goog.typeOf). This
can be used to style different value types.
|
Code » |
![]()
Represents the end of an array in the output.
|
Code » | |
![]()
Represents the start of an array in the output.
|
Code » | |
![]()
Represents the number of spaces to indent each sub-property of the JSON.
|
Code » | |
![]()
Represents a newline character in the output. Used to begin a new line.
|
Code » | |
![]()
Represents the string used to separate property names from property values in
the output.
|
Code » | |
![]()
Represents the end of an object in the output.
|
Code » | |
![]()
Represents the start of an object in the output.
|
Code » | |
![]()
A string that's placed after a property name in the output. Useful for
wrapping a property name in an html tag.
|
Code » | |
![]()
A string that's placed after a property value in the output. Useful for
wrapping a property value in an html tag.
|
Code » | |
![]()
A string that's placed before a property name in the output. Useful for
wrapping a property name in an html tag.
|
Code » | |
![]()
A string that's placed before a property value in the output. Useful for
wrapping a property value in an html tag.
|
Code » | |
![]()
Represents the string used to separate properties in the output.
|
Code » | |
![]()
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 » |
![]()
No description.
|
Code » |