json-api-normalize
json-api-normalize copied to clipboard
A simple way to traverse datasets based on JSON API specification. Normalize is a lightweight javascript library with simple and powerful api. Has no dependencies and weighs less than 1KB.
Is there a way to preserve the received order of list data ?
example { "relationships": { "field_test": { "data": [ { "type": "paragraph--image", "id": "456" }, { "type": "paragraph--text", "id": "123" } ] } } }
First of all I want to say thank you for creating such neat package 🙇 Unfortunately I found a little bug using it. As it is stated in the title,...
Hi, The package does not keep of any errors that could be returned by the jsonapi endpoint. I think the best way to handle this would be to keep the...