pykson
pykson copied to clipboard
pykson: Check if attribute is a JsonObject for ObjectListField
I don't understand the usecase for JsonObject, why shouldn't one use the ObjectField? Can you please elaborate on that?
I don't understand the usecase for JsonObject, why shouldn't one use the ObjectField? Can you please elaborate on that?
On our tests, it fail to deserialize nested/deep jsonobjects, it was necessary to check, otherwise it detects it as a dict. I'm in the middle of a vacation right now, but you can check the others PRs.