rl_json icon indicating copy to clipboard operation
rl_json copied to clipboard

Add JSON content validation

Open eric91 opened this issue 2 years ago • 2 comments

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?

eric91 avatar Aug 19 '22 09:08 eric91