<div dir="ltr"><div dir="ltr">x3dvalidate will validate with the latest X3D JSON schema which complies with the latest JSON schema draft standard.<div><br></div><div>To install, you'll need npm, available commercially through GraalVM, an Oracle sponsored project, or from the node.js website, <a href="https://nodejs.org/">https://nodejs.org/</a> (It's part of node.js).</div><div><br></div><div>To install x3dvalidate, run the following command:</div><div><br></div><div>$ npm install -g x3dvalidate</div><div><br></div><div>This will install the package globally.</div><div><br></div><div>Then you can run</div><div><br></div><div>$ x3dvalidate file1.json, file2.json, file3,json ...file1.x3dj, file2.x3dj, file3.x3dj.</div><div><br></div><div><br></div><div>I recommend running under bash, as I've not been able to get Command Prompt or PowerShell working yet.  WIP!  bash is available in many places!</div><div><br></div><div>John</div></div></div>