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