xjsonkit icon indicating copy to clipboard operation
xjsonkit copied to clipboard

超轻量级 JSON / JSONB / XML / YAML 解析门面 API,用法简单,使业务代码不依赖具体实现,解耦神器!

Results 1 xjsonkit issues
Sort by recently updated
recently updated
newest added

作者你好,在实际项目中,有时候会用到json序列化工具的注解来标注字段的特殊处理,如 - gson @SerializedName - fastjson @JSONField - jackson @JsonAlias jsonkit能否出个通用注解来统一适配,让切换更顺滑

enhancement