Package com.openai.core
Class JsonObject
-
- All Implemented Interfaces:
public final class JsonObject extends JsonValue
A JsonValue representing a JSON object value.
-
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>
values()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static JsonObject
of(Map<String, JsonValue> values)
Returns a JsonObject containing the given values. -
Methods inherited from class com.openai.core.JsonValue
accept, convert, convert
-
Methods inherited from class com.openai.core.JsonField
accept, asArray, asBoolean, asKnown, asNumber, asObject, asString, asStringOrThrow, asUnknown, isMissing, isNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-