JsonApiX is an Android, annotation processor library that was made to transform regular Kotlin classes into their JSON API representations, with the ability to serialize or deserialize them to or from strings.
Hi @Javernaut and thanks for your report.
You are right and we will look into this as soon as possible. You can expect this being fixed in the stable release.
Hello.
Started using this library and faced an issue.
According to the jsonapi standard:
And here I want to emphasize 'null'. Exactly for the 'Primary data'. Now if the library receives
the parsing will crash with the error:
So the library doesn't handle the case when the primary data is expected to be nullable. Could you please add the support for such a case?