I'm starting using rl_json a lot and find it quiet useful for Tcl, as it allows typed string representation to Tcl easily and efficiently.
However, I have now a lot of code to validate content of JSON (array, object content, field type, ...).
Could an easy way to check / scan JSON be added?
Something similar to schema validation function in tDOM? Or based on JSON tempate?