Skip to content

Releases: fastcode555/JsonBeanGenerator

v1.8.2-SNAPSHOT.zip

16 Jul 04:13

Choose a tag to compare

1.修复一直的问题
2.变更生成dart模型,如果是常规的简单类型,如int,bool,double,string,会定义成final,避免使用的时候,需要添加诸多判断是否为null
3.生成模型更接近于格式化后的代码

1.Fix persistent problems
2.Change the generated dart model. If it is a regular simple type, such as int, bool, double, string, it will be defined as final. When using it, you need to add a lot of judgments to determine whether it is null.
3.The generated model is closer to the formatted code

v1.8.1-SNAPSHOT.zip

21 Jun 09:03

Choose a tag to compare

1.fix the generate problem

v1.8.0-SNAPSHOT.zip

29 Jan 04:11

Choose a tag to compare

1.优化Python模型的生成.
2.增加JsonArray中,JsonObject进行Key合并,即第一个JsonObject不含有此Key,但是第二个含有,将所有含有的key合并,生成模型

v1.7.9-SNAPSHOT.zip

25 Dec 08:06

Choose a tag to compare

1.优化Python模型的生成.
2.增加JsonArray中,JsonObject进行Key合并,即第一个JsonObject不含有此Key,但是第二个含有,将所有含有的key合并,生成模型

v1.7.8-SNAPSHOT.zip

14 Dec 04:55

Choose a tag to compare

加上对二维数组的解析,只增加了dart部分.

v1.7.7-SNAPSHOT.zip

08 Dec 10:43

Choose a tag to compare

Release notes and changelog go here.