Ciere Consulting Logo Ciere Consulting
Latin : /ki-ɛɹ-ə/ to conjure, to summon, to put in motion
Software Contracting, Project Consulting, C++ Training, and Mentoring

X3 Workshop

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:


Documents

Docs: X3 Documentation

Slides: Using X3 Slides


Spirit X3 Source

GitHub: git@github.com:boostorg/spirit.git

Use the develop branch.

Zip of develop: develop.zip


X3 Fun

GitHub: git@github.com:cierelabs/x3_fun.git


Hints

You will find boilerplate (getting started) projects in: example/x3/rexpr There are two directories.

Remember to use a compile with c++14 capabilities: