[x3d-public] X3D JSON validator now online!

John Carlson yottzumm at gmail.com
Sat Jul 1 22:40:20 PDT 2023


https://coderextreme.net/X3DJSONLD/src/main/html/validator.html

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.

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.

=======================================================

$ git clone https://github.com/coderextreme/X3DJSONLD

$ cd X3DJSONLD

$ jwebserver --port 8001 --bind-address 127.0.0.1 --output verbose
Serving C:\Users\john\X3DJSONLD and subdirectories on 127.0.0.1 port 8001

URL http://127.0.0.1:8001/src/main/html/validator.html

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.

Taken from:
https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#CORS

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20230702/ffb3ca87/attachment.html>


More information about the x3d-public mailing list