Java com.google.gwt.json.client JSONString fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

JSONString(String value)
Creates a new JSONString from the supplied String.

Method

JSONStringisString()
Returns this, as this is a JSONString.
StringstringValue()
Returns the raw Java string value of this item.
StringtoString()
Returns the JSON formatted value of this string, quoted for evaluating in a JavaScript interpreter.