[fpc-pascal] JSON-Schema added

Michael Van Canneyt michael at freepascal.org
Sun Aug 18 10:43:30 CEST 2024



On Sat, 17 Aug 2024, Thomas Kurz via fpc-pascal wrote:

> Great!
>
> Is this Json Typedef as described here? https://jsontypedef.com/

No, it is https://json-schema.org

I know about jsontypedef, and it is on my todo list because personally I
prefer it to json-schema which is a bit heavy-handed. (as usual when big
companies take over a spec...)

Unfortunately, json-schema is the standard used in OpenAPI (and e.g. 
google API descriptions). It is support for OpenAPI which I am ultimately 
after (both to generate and to read to create code).

But contributions for json typedef are definitely welcome...

Michael.


More information about the fpc-pascal mailing list