Related works
This section describes some projects sharing more or less the same purpose as Respect. The goal is to have an overview of the eco-system around this topic to borrow ideas and to drive implementation.
This section is not meant to be accurate even if we try to stay objective here.
json-schema
- No DSL
- No doc generation
- No sanitizer.
ruby-jsonschema
- No DSL
- No doc generation
- No sanitizer.
google/autoparse
- No DSL
- Seems no longer maintained.
- No doc generation.
- No sanitizer.
json expression
- Provide an easy way to test your JSON responses.
- No documentation generator.
- No DSL.
- No sanitizer.
Net HTTP API Spec
- Seems not used (i.e. no fork and almost no star)
- Seems no longer maintained.
- Not compliant with json-schema.org spec.
- No sanitizer.