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

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

Introduction

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

The text is from its open source code.

Method

JSONArrayisArray()
Returns a non-null reference if this JSONValue is really a JSONArray.
JSONBooleanisBoolean()
Returns a non-null reference if this JSONValue is really a JSONBoolean.
JSONNullisNull()
Returns a non-null reference if this JSONValue is really a JSONNull.
JSONNumberisNumber()
Returns a non-null reference if this JSONValue is really a JSONNumber.
JSONObjectisObject()
Returns non-null if this JSONValue is really a JSONObject.
JSONStringisString()
Returns a non-null reference if this JSONValue is really a JSONString.
StringtoString()
Returns a JSON-encoded string for this entity.