Replies: 1 comment
-
You may be able to use the Jackson |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This lib is cool. Just curious if it's possible to go reverse?
Start with some sample.json data:
Create a schema from it:
quicktype sample.json -l schema -o schema.json
Then
quicktype -s schema schema.json -o Model.kt
to get a Kotlin file.I suspect it's not supported, but I'd like to be able to add a new property to the Kotlin file and have this flow in reverse, back to say the schema.json file.
Beta Was this translation helpful? Give feedback.
All reactions