Package com.alibaba.fastjson2
package com.alibaba.fastjson2
-
ClassDescriptionThis is the main entry point for using fastjson2 API.This is the main entry point for using fastjson2 binary format (JSONB) API.Constants for JSONB binary format specificationIO utility methods for JSONB serializationJSONFactory is the core factory class for creating JSON readers and writers, as well as managing global configuration for fastjson2.Exception thrown when attempting to serialize an object that exceeds size limits and the LargeObject feature is not enabled.Represents a JSONPath expression for querying and manipulating JSON data.Features that can be applied to JSONPath operationsJSONPObject is used to represent JSONP (JSON with Padding) data structure.JSONReader is the core class for reading and parsing JSON data in FASTJSON2.Context holds the configuration and state information for JSON reading operations.Feature is used to control the behavior of JSON reading and parsing in FASTJSON2.Exception thrown when JSON schema validation fails.A utility class for validating JSON strings or byte arrays to check if they represent valid JSON structures.An enumeration representing the type of JSON structure.Exception thrown when JSON validation fails.JSONWriter is the core class for writing and serializing Java objects to JSON format in FASTJSON2.Context holds the configuration and state information for JSON writing operations.Feature is used to control the behavior of JSON writing and serialization in FASTJSON2.Path represents a JSON pointer path used for reference detection during serialization.An enumeration that defines a few standard naming conventions for JSON field names.Symbol table for fast name lookup.Represents a generic type
T.