goog.format.JsonPrettyPrinter.SafeHtmlDelimiters
Provided By | |
---|---|
Extends |
A container for the delimiting characters used to display the JSON string
to an HTML <pre>
or <code>
element.
It escapes the names and values before they are added to the output.
Use this class together with goog.format.JsonPrettyPrinter#formatSafeHtml.
new SafeHtmlDelimiters()
Parameters | None. |
---|