Class OrgJsonObject

java.lang.Object
com.github.wnameless.json.base.OrgJsonObject
All Implemented Interfaces:
Jsonable, JsonObjectBase<OrgJsonValue>, JsonObjectCore<OrgJsonValue>, JsonSource, JsonValueBase<OrgJsonValue>, JsonValueCore<OrgJsonValue>, Iterable<Map.Entry<String,OrgJsonValue>>

public final class OrgJsonObject extends Object implements JsonObjectCore<OrgJsonValue>
The org.json implementation of JsonObjectCore.
Author:
Wei-Ming Wu