<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">As promised, I have begun work on a X3D JSON prototype preprocessor (PPP), found here:<div class=""><br class=""></div><div class=""><a href="https://github.com/coderextreme/X3DJSONLD/blob/master/PPP.js" class="">https://github.com/coderextreme/X3DJSONLD/blob/master/PPP.js</a></div><div class=""><br class=""></div><div class="">This one merely takes the protobody and copies it to the protoinstances and removes the protodeclare and currently leaves an empty object.  It also rescopes all the DEFs in the protobody instances.  I don’t handle USEs yet.  I have tried it successfully on a JSON file, converted them back to XML and have all scripts work on a scene.</div><div class=""><br class=""></div><div class="">Contributions are welcome!  I will probably add a dispatch table and parser object in the near future.</div><div class=""><br class=""></div><div class="">Does someone have an example vrmlscript that works in Cobweb?  I’d like to try it.</div><div class=""><br class=""></div><div class="">John</div></body></html>