Class GsonJsonObject

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

public final class GsonJsonObject extends Object implements JsonObjectCore<GsonJsonValue>
The GSON implementation of JsonObjectCore.
Author:
Wei-Ming Wu