<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><a href="https://coderextreme.net/X3DJSONLD/src/main/html/validator.html" target="_blank">https://coderextreme.net/X3DJSONLD/src/main/html/validator.html</a><br></div><div dir="ltr"><br></div><div>Now Don doesn't have to use online jsonlint!  What you want to do is open a JSON file and copy/paste the text into a selected text area on the site, overwriting existing JSON.</div><div><br></div><div>You may post in your favorite URL into the text area, and it should download with fetch.  If you are on localhost or your .json server supports CORS.</div><div><br></div><div>=======================================================</div><div><br></div><div>$ git clone <a href="https://github.com/coderextreme/X3DJSONLD">https://github.com/coderextreme/X3DJSONLD</a></div><div><br></div><div>$ cd X3DJSONLD</div><div><br></div><div><div>$ jwebserver --port 8001 --bind-address 127.0.0.1 --output verbose</div><div>Serving C:\Users\john\X3DJSONLD and subdirectories on 127.0.0.1 port 8001</div><div><br></div><div>URL <a href="http://127.0.0.1:8001/src/main/html/validator.html">http://127.0.0.1:8001/src/main/html/validator.html</a></div></div><div><br></div><div>I don't recommend the bind-address 0.0.0.0 because it opens your server to attack from the local network, if you don't have a firewall.</div><div><br></div><div>Taken from: <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#CORS">https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#CORS</a></div><div><br></div><div>John</div></div></div></div></div>