This is a practice of parsing a json string with c++.
the sandard is from https://www.json.org
State machine
We usually use state machine to solve the string-paring problems.
Implementation in c++
If we can prettify a json string, we have aready parsed it.