Uses of Class
io.helidon.json.JsonString
Packages that use JsonString
-
Uses of JsonString in io.helidon.json
Methods in io.helidon.json that return JsonStringModifier and TypeMethodDescriptionJsonValue.asString()Cast this value to a JsonString if it is of string type.static JsonStringJsonString.create(byte[] value) Create a JsonString from an array of UTF-8 encoded bytes.static JsonStringCreate a JsonString from a String value.JsonParser.readJsonString()Reads a JSON string value from the current position.ObjectStartParser.readJsonString()Methods in io.helidon.json that return types with arguments of type JsonStringModifier and TypeMethodDescriptionJsonObject.keys()Return a set of all keys in this object as JsonString instances.