- 
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.json.JsonValue
JsonValue.ValueType - 
Field Summary
Fields inherited from interface jakarta.json.JsonValue
EMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE - 
Method Summary
Methods inherited from interface jakarta.json.JsonValue
asJsonArray, asJsonObject, getValueType, toString 
- 
Method Details
- 
getString
 - 
getChars
CharSequence getChars()Returns the char sequence for the JSON String value- Returns:
 - a char sequence for the JSON String value
 
 - 
equals
Compares the specified object with thisJsonStringfor equality. Returnstrueif and only if the specified object is also aJsonString, and theirgetString()objects are equal. - 
hashCode
int hashCode()Returns the hash code value for thisJsonStringobject. The hash code of aJsonStringobject is defined to be itsgetString()object's hash code. 
 -