Java javax.json JsonValue fields, constructors, methods, implement or subclass

Example usage for Java javax.json JsonValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.json JsonValue.

The text is from its open source code.

Field

JsonValueNULL
JSON null value.

Method

JsonArrayasJsonArray()
Return the JsonValue as a JsonArray
JsonObjectasJsonObject()
Return the JsonValue as a JsonObject
ClassgetClass()
Returns the runtime class of this Object .
ValueTypegetValueType()
Returns the value type of this JSON value.
StringtoString()
Returns JSON text for this JSON value.