Hey,
I'm just testing out your project. Thanks for the great lib!
Unfortunately, I'm running into some issues: The first json I want to convert throws an IllegalArgumentException. Looking into your code, the problem seems to be the type of this object which does not exist in your code. The json is the following:
{"User": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int64"
},
"key": {
"type": "string"
}
}
}
}
Am I missing something or is this combination not covered in your lib?
Thank you already for your reply!