Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Andrew Dixon
Andrew DixonLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 8 February 2017 at 21:05
Updated 8 January 2025 at 10:22
Resolved 25 May 2020 at 16:33
Add a JSONValidate function with the same or similar syntax to the XmlValidate function ( http://docs.lucee.org/reference/functions/xmlvalidate.html ).
The function would take a JSON document and a JSON schema and validate the document against the schema. The function should return a structure containing:
Errors
Status
Warning
or similar appropriate elements.
The JSON schema documentation can be found here:
http://json-schema.org/