jsonapi-converter
jsonapi-converter copied to clipboard
fix for null 'type' attribute
Added extra check for a missing "type" in much the same way as is done already for "id". This prevents a NullPointerException problem.
Please change the PR to include relevant code changes only, remove all formatting changes and add a unit test to cover the change.