Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuebao authored Jun 20, 2018
1 parent 97d8453 commit c2043dc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ typedef struct {

欢迎大家 **fork and pull request**([Github](https://github.com/armink/struct2json)|[OSChina](http://git.oschina.net/armink/struct2json)|[Coding](https://coding.net/u/armink/p/struct2json/git)) 。如果觉得这个开源项目很赞,可以点击[项目主页](https://github.com/armink/struct2json) 右上角的**Star**,同时把它推荐给更多有需要的朋友。

V2.0.0 扩展说明【yuxuebao】

新增子结构体和子结构体数组转换接口

demo中新增转换代码自动生成脚本

demo中新增结构体转换示例和json格式文件输出


### V2.0.0 扩展说明【yuxuebao】
## 新增子结构体和子结构体数组转换接口。
说明:子结构体转换函数必须以struct_to_json_##type和json_to_struct_#type的方式命名
暂不支持指针类型元素的转换。
int64类型以double方式处理,如果超过15位会有精度损失
## demo中新增转换代码自动生成脚本。
说明:结构体转换代码可以通过python脚本自动生成
## demo中新增结构体转换示例和json格式文件输出。
说明:运行demo中的测试程序可以自动生成转换后的结构体定义json格式文件。

## 文档

Expand Down

0 comments on commit c2043dc

Please sign in to comment.