Skip to content

v0.0.7

Compare
Choose a tag to compare
@wycst wycst released this 04 Sep 03:25
· 48 commits to main since this release

1 jdk9+ 字符串编码为LATIN1场景下,json解析优化(+20%);
场景: JSON.parse(String json);

2 对输入为字节数组的解析map(list)优化(+10%)
JSON.read(byte[] bytes);

3 对数组的序列化和反序列化优化;

4 修复map的key为number遇到null时解析问题;
修复时钟未初始化时取值null问题;