|
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? |
Answered by
Fasi27
Sep 11, 2024
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. |
0 replies
|
JsonSchemaFilterWalkTest.java.txt not perfect but working walker filtering the data |
0 replies
Answer selected by
Fasi27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JsonSchemaFilterWalkTest.java.txt
not perfect but working walker filtering the data