Uses of Class
io.helidon.json.JsonString
Packages that use JsonString
Package
Description
Helidon JSON Processor.
Helidon implementation of the
Jackson Smile binary JSON specification.
-
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 JsonStringJsonString.create(byte[] buffer, int start, int length) Create a JsonString from a range within a UTF-8 encoded byte buffer.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. -
Uses of JsonString in io.helidon.json.smile
Methods in io.helidon.json.smile that return JsonString