Releases: fastcode555/JsonBeanGenerator
Releases · fastcode555/JsonBeanGenerator
v1.8.2-SNAPSHOT.zip
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
1.fix the generate problem
v1.8.0-SNAPSHOT.zip
1.优化Python模型的生成.
2.增加JsonArray中,JsonObject进行Key合并,即第一个JsonObject不含有此Key,但是第二个含有,将所有含有的key合并,生成模型
v1.7.9-SNAPSHOT.zip
1.优化Python模型的生成.
2.增加JsonArray中,JsonObject进行Key合并,即第一个JsonObject不含有此Key,但是第二个含有,将所有含有的key合并,生成模型
v1.7.8-SNAPSHOT.zip
加上对二维数组的解析,只增加了dart部分.
v1.7.7-SNAPSHOT.zip
Release notes and changelog go here.