File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88为什么选择 JSON?因为它足够简单,除基本编程外不需大量技术背景知识。JSON 有标准,可按照标准逐步实现。JSON 也是实际在许多应用上会使用的格式,所以才会有大量的开源库。
99
10- 这是一个免费、开源的教程,如果你喜欢,也可以打赏鼓励。因为工作及家庭因素,不能保证每篇文章的首发时间,请各为见谅 。
10+ 这是一个免费、开源的教程,如果你喜欢,也可以打赏鼓励。因为工作及家庭因素,不能保证每篇文章的首发时间,请各位见谅 。
1111
1212## 对象与目标
1313
44444 . [ Unicode] ( tutorial04/tutorial04.md ) (2016/10/2 完成):Unicode 和 UTF-8 的基本知识、JSON string 的 unicode 处理。练习完成 JSON string 类型的解析。[ Unicode 解答篇] ( tutorial04_answer/tutorial04_answer.md ) (2016/10/6 完成)。
45455 . [ 解析数组] ( tutorial05/tutorial05.md ) (2016/10/7 完成):JSON array 的语法。练习完成 JSON array 类型的解析、相关内存释放。[ 解析数组解答篇] ( tutorial05_answer/tutorial05_answer.md ) (2016/10/13 完成)。
46466 . [ 解析对象] ( tutorial06/tutorial06.md ) (2016/10/29 完成):JSON object 的语法、重构 string 解析函数。练习完成 JSON object 的解析、相关内存释放。[ 解析对象解答篇] ( tutorial06_answer/tutorial06_answer.md ) (2016/11/15 完成)。
47- 7 . [ 生成器] ( tutorial07/tutorial07.md ) (2016/12/20 完成):JSON 生成过程、注意事项。练习完成 JSON 生成器。[ 生成器解答篇] ( tutorial07_answer/tutorial07_answer.md ) (2017/1/5 完成)
47+ 7 . [ 生成器] ( tutorial07/tutorial07.md ) (2016/12/20 完成):JSON 生成过程、注意事项。练习完成 JSON 生成器。[ 生成器解答篇] ( tutorial07_answer/tutorial07_answer.md ) (2017/1/5 完成)。
48488 . [ 访问与其他功能] ( tutorial08/tutorial08.md ) (2018/6/2 完成):JSON array/object 的访问及修改。练习完成相关功能。
49499 . 终点及新开始:加入 nativejson-benchmark 测试,与 RapidJSON 对比及展望。
5050
You can’t perform that action at this time.
0 commit comments