Uses of Interface
javax.json.JsonString
-
Packages that use JsonString Package Description javax.json Provides an object model API to process JSON. -
-
Uses of JsonString in javax.json
Methods in javax.json that return JsonString Modifier and Type Method Description JsonStringJsonArray. getJsonString(int index)Returns the string value at ths specified position in this array.JsonStringJsonObject. getJsonString(String name)Returns the string value to which the specified name is mapped.
-