Uses of Interface
jakarta.json.JsonString
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonString in jakarta.json
Modifier and TypeMethodDescriptionstatic JsonString
Json.createValue
(String value) Creates a JsonString.JsonArray.getJsonString
(int index) Returns the string value at ths specified position in this array.JsonObject.getJsonString
(String name) Returns the string value to which the specified name is mapped. -
Uses of JsonString in jakarta.json.spi