<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">As part of my loader, I can convert JSON to XML.  If you want to check what the JSON is likely producing (but not positively, x3dom produces more or fails) in terms of DOM, you can run this program, json2x3d.js.  It requires node.js, but you should be able to convert it for use in the browser (or just use my loader).  The source code is here: <a href="https://raw.githubusercontent.com/coderextreme/X3DJSONLD/master/json2x3d.js" class="">https://raw.githubusercontent.com/coderextreme/X3DJSONLD/master/json2x3d.js</a><div class=""><br class=""></div><div class="">You can run it like</div><div class=""><br class=""></div><div class="">node json2x3d.js < file.son > file.x3d</div><div class=""><br class=""></div><div class="">Note that this overwrites file.x3d</div></body></html>