sobeos
sobeos
Hi Eirnym, > Would you like to simply generate a POJO or verify it as well? I do both. For schema validation I use everits's JSON Schema Validator. > I'd...
Example Json: { "type": "object", "properties": { "street_address": { "type": "string" }, "country": { "enum": ["United States of America", "Canada", "Netherlands"] } }, "allOf": [ { "if": { "properties": {...
@eirnym : It would be really great to see this feature! > If same field in different branches has different constraint such as type and other one generated by a...