-
Is it possible to filter json data with json-schema-validator?
and with filter1 one i like to extract the fields: format and title.
and with filter2 i like to get tags, title and flag
Is there an easy way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can see if you can implement that using a walker see https://github.com/networknt/json-schema-validator/blob/master/doc/walkers.md. |
Beta Was this translation helpful? Give feedback.
-
JsonSchemaFilterWalkTest.java.txt not perfect but working walker filtering the data |
Beta Was this translation helpful? Give feedback.
JsonSchemaFilterWalkTest.java.txt
not perfect but working walker filtering the data