/naivejson

json parser with c++

Primary LanguageC++

naivejson

naive json parser implemented with C/C++

Motivation

  • learn and practice C/C++
  • learn about Test-Driven Development (TDD)
  • implement of recursive descent parser
  • how to design API
  • try OOP

Todo

  • literal value
  • number
  • string
  • unicode
  • array
  • object
  • stringify
  • class design
  • replace macro with inline function

Reference