Package cloud.opencode.base.json.util
package cloud.opencode.base.json.util
JSON Utility Classes - Practical JSON Processing Tools
JSON 工具类 - 实用 JSON 处理工具
This package provides zero-dependency JSON utility tools that are commonly needed but often missing from major JSON libraries.
本包提供零依赖的 JSON 工具,这些工具是开发中常见的需求但主流 JSON 库通常缺失。
JsonFlattener- Flatten/unflatten nested JSON - 扁平化/反扁平化JsonCanonicalizer- RFC 8785 canonical JSON - 规范化输出JsonTruncator- Truncate JSON for logging - 日志截断JsonEquals- Structural equality comparison - 结构相等比较JsonStrings- String-level utilities - 字符串级别工具
- Since:
- JDK 25, opencode-base-json V1.0.3
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionJSON Canonicalizer - RFC 8785 JSON Canonicalization Scheme (JCS) JSON 规范化器 - RFC 8785 JSON 规范化方案 (JCS)JSON Equals - Structural JSON Equality Comparison Utility.JSON Flattener - Converts nested JSON to flat dot-notation key-value maps and back.Configuration for flatten/unflatten operations.JSON Strings - String-level JSON Utilities JSON 字符串 - 字符串级 JSON 工具类JSON Truncator - Truncates Large JSON for Logging JSON 截断器 - 截断大型 JSON 用于日志记录Truncation configuration record.