adif 2.6.29 released
- Added item deleting functions in JSon library such as json_item_del, json_del, json_mdel;
- Fixed the bug in json_strip function: incorrect handling when regular character followed back-slash;
- Added sock_pair_create and pipe_create functions in tsock library;
本版本修订的内容如下:
- JSon库增加了单项和嵌套子项删除接口,json_item_del, json_del, json_mdel;
- 修订了json_strip函数的bug:字符串中含有带反斜杠的普通字符的处理;
- 在tsock库中增加了socket_pair_create函数和pipe_create函数;