Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 0 forks source link

JSON schema validator #23

Open fraunhofer-iis-bot opened 4 years ago

fraunhofer-iis-bot commented 4 years ago

In GitLab by @cstender on Nov 15, 2019, 09:51

"JSON Schema is a draft standard for describing the format of JSON data. The schema itself is also JSON data. By validating a JSON structure with JSON Schema, your code can safely access the DOM without manually checking types, or whether a key exists, etc. It can also ensure that the serialized JSON conform to a specified schema."

Resources:

Possible implementations to look at:

fraunhofer-iis-bot commented 4 years ago

In GitLab by @cstender on Nov 15, 2019, 12:13

Related issue: https://git01.iis.fhg.de/abt-hfs/interstellar/server_adc/issues/83

fraunhofer-iis-bot commented 4 years ago

In GitLab by @jannismain on Mar 11, 2020, 14:56

I'm also writing JSON schemas for mkj/ci-util> :-)

fraunhofer-iis-bot commented 4 years ago

In GitLab by @hte on Mar 23, 2020, 17:03

mentioned in issue abt-hfs/interstellar/server_adc#83