If someone wants to use fairly generic code to  translate JSON to  (DOM, or change that by making your own API calls) in C++, please try this: <div><a href="https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/cplusplus/src/X3DJSONLD.cpp">https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/cplusplus/src/X3DJSONLD.cpp</a></div><div dir="auto"><br></div><div dir="auto">I use the gason library for reading JSON for now.  DOM is done with Xerces.</div><div dir="auto"><br></div><div dir="auto">John</div>