Java com.google.gwt.core.client JsonUtils fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client JsonUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client JsonUtils.

The text is from its open source code.

Method

StringescapeJsonForEval(String toEscape)
Escapes characters within a JSON string than cannot be passed directly to eval().
StringescapeValue(String toEscape)
Returns a quoted, escaped JSON String.
TsafeEval(String json)
Evaluates a JSON expression safely.
booleansafeToEval(String text)
Returns true if the given JSON string may be safely evaluated by eval() without undersired side effects or security risks.
TunsafeEval(String json)
Evaluates a JSON expression using eval() .