Hello,
I currently have JSON support built into my project. This includes reading and writing to and from a JSON object. This is to record order data.
To ensure data integrity I came across schema files.
Are there already units for this that allow validation data using a schema file?
Furthermore, I also read about JSONpath when familiarizing myself with JSON. I would also be interested to know if there are already units in object pascal?
I haven't been able to find anything in my search so far.