Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
I'm sure someone has done this before: A co-worker went through the trouble of making a JSON schema which can be used to validate a JSON object; however, I am lazy, and just want to generate a "default" empty JSON object from the schema. Is there an easy way to do this?
I would like to do this in Java.
Failing this, is there a way to generate a Java class (NOT at run-time) based on this schema?
Muchas gracias, amigos.