public final class MinimalJsonObject extends Object implements JsonObjectBase<MinimalJsonValue>
| Constructor and Description |
|---|
MinimalJsonObject(com.eclipsesource.json.JsonObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MinimalJsonValue |
get(String name) |
int |
hashCode() |
Iterator<Map.Entry<String,MinimalJsonValue>> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MinimalJsonObject(com.eclipsesource.json.JsonObject jsonObject)
public MinimalJsonValue get(String name)
get in interface JsonObjectBase<MinimalJsonValue>public Iterator<Map.Entry<String,MinimalJsonValue>> iterator()
iterator in interface Iterable<Map.Entry<String,MinimalJsonValue>>Copyright © 2019. All rights reserved.