Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] conf json plus jackson增强 #101

Closed
wants to merge 2 commits into from
Closed

Conversation

ZoneQ
Copy link
Contributor

@ZoneQ ZoneQ commented May 7, 2024

  1. 削弱繁重的map类型以及list类型等, 尤其是嵌套类型
  2. 减少装箱次数提升效率
  3. 新增了两类增强型map -> ObjectValue 和list -> ArrayValue, 功能强大
  4. 支持混合类型, [1,2,3,"4",5.0,...], {"1":[0], "2":[1], "3":1}
  5. 建议Orm部分支持 该内容

测试已提交

@ZoneQ

This comment was marked as duplicate.

@jaysunxiao
Copy link
Contributor

混合类型的数据结构使用场景有限,这样改会增加复杂度

@jaysunxiao
Copy link
Contributor

主要是想保持简单,不同项目需求都不一样,可以定制修改。

@ZoneQ ZoneQ closed this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants