Write a JSON Parser.
Writing a basic JSON parser with Spirit is a straightfoward task. Remember to start small and build on success.
You can find out more about JSON here: http://json.org/
Challenge:
Docs: X3 Documentation
Slides: Using X3 Slides
GitHub: git@github.com:boostorg/spirit.git
Use the develop branch.
Zip of develop: develop.zip
GitHub: git@github.com:cierelabs/x3_fun.git
You will find boilerplate (getting started) projects in: example/x3/rexpr There are two directories.
Remember to use a compile with c++14 capabilities: