deserialize-json-api
deserialize-json-api copied to clipboard
🥣 Immutable json:api deserializer
Hello! It seems like the latest major release 2.0.0 is not capable of handling larger datasets anymore. I forked your repo and put an example in your testfile: https://github.com/weilandia/deserialize-json-api/compare/master...DotCoyote:deserialize-json-api:master The...
Regression bug appeared after upgrading the package to 2.0. It crashes when some relationship doesn't have `data` object, but with according to [JSON API spec](https://jsonapi.org/format/#document-resource-object-relationships) it should be possible such...