Module cloud.opencode.base.json
module cloud.opencode.base.json
OpenCode Base JSON Module
OpenCode 基础 JSON 模块
Provides unified JSON processing API with pluggable provider support.
提供统一的 JSON 处理 API,支持可插拔的提供者。
Key Features | 主要功能:
- Serialization/Deserialization - 序列化/反序列化
- Tree Model (JsonNode) - 树模型
- Streaming API - 流式 API
- JSONPath & JSON Pointer - JSONPath 和 JSON Pointer
- JSON Patch (RFC 6902) & Merge Patch (RFC 7396) - JSON Patch 和 Merge Patch
- JSON Schema Validation - JSON Schema 验证
- JSON Diff - JSON 差异比较
- Custom Type Adapters - 自定义类型适配器
- Security Features - 安全特性
- Reactive Streams Support - 响应式流支持
- Since:
- JDK 25, opencode-base-json V1.0.0
- Author:
- Leon Soo
-
Packages
ExportsPackageDescriptionOpenCode JSON - Unified JSON Processing Facade OpenCode JSON - 统一 JSON 处理门面JSON Adapter - Custom Type Adapters JSON Adapter - 自定义类型适配器JSON Annotation - JSON Processing Annotations JSON Annotation - JSON 处理注解JSON Diff - JSON Object Comparison JSON Diff - JSON 对象比较JSON Exception - JSON Processing Exceptions JSON Exception - JSON 处理异常JSON Object Identity - Object Identity and Circular Reference Support JSON 对象身份 - 对象身份和循环引用支持JSON Patch - RFC 6902 and RFC 7396 Implementation JSON Patch - RFC 6902 和 RFC 7396 实现JSON Path - JSONPath and JSON Pointer Support JSON Path - JSONPath 和 JSON Pointer 支持Reactive JSON Processing Package 响应式JSON处理包JSON Schema - JSON Schema Validation (Draft 2020-12) JSON Schema - JSON Schema 验证(Draft 2020-12)JSON Security - Security Features for JSON Processing JSON Security - JSON 处理的安全特性JSON SPI - Service Provider Interface for JSON Engines JSON SPI - JSON 引擎的服务提供者接口JSON Stream - Streaming API for Large JSON Processing JSON Stream - 大 JSON 处理的流式 APIJSON Utility Classes - Practical JSON Processing Tools JSON 工具类 - 实用 JSON 处理工具