Java org.json.extension JSONConstructor fields, constructors, methods, implement or subclass

Example usage for Java org.json.extension JSONConstructor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.json.extension JSONConstructor.

The text is from its open source code.

Implementation

org.json.extension.JSONConstructor has the following implementations.
Click this link to see all its implementation.

Method

JSONConstructorendObject()
Ends an object.
JSONConstructorkey(String key)
Writes a key.
JSONConstructorobject()
Starts an object.
StringtoString()
Returns a string representation of the object.
JSONConstructorvalue(boolean value)
Writes a boolean value.
JSONConstructorvalue(double value)
Writes a double value.
JSONConstructorvalue(long value)
Writes a long value.
JSONConstructorvalue(Object value)
Writes an Object value.