Module io.helidon.json
Package io.helidon.json
package io.helidon.json
Helidon JSON Processor.
Provides fundamental JSON parsing and generation capabilities.
This module is incubating. These APIs may change in any version of Helidon, including backward incompatible changes.
- See Also:
-
ClassDescriptionRepresents a JSON array value containing an ordered list of JSON values.Represents a JSON boolean value (true or false).Exception thrown during JSON processing operations.A JSON generator interface for writing JSON data.Base implementation of
JsonGeneratorwith shared structure and state handling.Represents a JSON null value.Represents a JSON number value.Represents a JSON object value containing key-value pairs.Builder for creating JsonObject instances with a fluent API.A JSON parser interface for parsing JSON data from various sources.Base implementation ofJsonParser.Represents a JSON string value.Base class for all JSON value types in Helidon JSON processing.Enumeration of JSON value types.An implementation of theJsonParserwhich enforces object start as the current value.Utility methods shared by JSON parser implementations.