There are a number of JSON parsers and generators for Particle products including the popular SparkJson library and JSMNSpark. I created yet another library because I wanted something lightweight.
On MacOS, you might need to specify libpng and libfreetype locations, e.g. ./configure --with-libpng-library=/usr/local/Cellar/libpng/1.6.16/lib/ --with-libpng ...