Dear Mukul, Thank you for your kind words! > I'm interested to explore, using JSound language to validate JSON documents. Are there any JSound validators available, that may be used? These are still the early days of JSound and RumbleDB is its first publicly released implementation that I am aware of. The coverage of JSound features (in particular the more verbose version of the syntax) will be more complete in subsequent releases. However, if anybody is interested, I think it should be quite straightforward to build a small validator HTML page that takes a schema and a document, combines them (through JavaScript) to a query ___ declare type local:a as <put JSound schema here>; validate type local:a { <put JSON document here> } ___ ships this query via AJAX to our small public RumbleDB server backend as is done in the interactive tutorial with Jupyter (with the query in the body) and outputs the results (or whether it was a validation error) on the HTML page. I hope it helps! Kind regards, Ghislain Fourny
Attachment:
smime.p7s
Description: application/pkcs7-signature