jasminb / jsonapi-converter

JSONAPI-Converter is a Java/Android library that provides support for working with JSONAPI spec
Apache License 2.0
272 stars 81 forks source link

add validation for resource objects/resource identifier objects (missing TYPE fix) #222

Closed Jenny-Messer closed 4 years ago

Jenny-Messer commented 4 years ago

I made these changes as missing TYPE attribute in the DATA node was causing a null pointer in ResourceConverter.createIdentifier. I ended up adding some extra validation šŸ¤·ā€ā™€

Shortlist of changes:

jasminb commented 4 years ago

@Jenny-Messer thanks for the PR, will go over it and provide feedback/merge.