naive json parser implemented with C/C++
- learn and practice C/C++
- learn about Test-Driven Development (TDD)
- implement of recursive descent parser
- how to design API
- try OOP
- literal value
- number
- string
- unicode
- array
- object
- stringify
- class design
- replace macro with inline function
- https://github.com/miloyip/json-tutorial
- C++ Primer (5th edition)