JavaScript is disabled on your browser.
C E J M S T
C
com.google.json - package com.google.json
E
EvalMinifier - Class in com.google.json
Given a string of valid JSON that is going to be parsed via Javascript's
eval builtin, tries to reduce the number of bytes sent over
the wire by turning it into a Javascript expression that pools constants.
EvalMinifier() - Constructor for class com.google.json.EvalMinifier
J
JsonSanitizer - Class in com.google.json
Given JSON-like content, converts it to valid JSON.
M
minify(String) - Static method in class com.google.json.EvalMinifier
Renders JSON-like content safe for use with Javascript eval.
S
sanitize(String) - Static method in class com.google.json.JsonSanitizer
Given JSON-like content, produces a string of JSON that is safe to embed,
safe to pass to JavaScript's eval operator.
T
toString() - Method in class com.google.json.JsonSanitizer
C E J M S T
Copyright © 2015. All rights reserved.