json-api-normalize icon indicating copy to clipboard operation
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.

Results 5 json-api-normalize issues
Sort by recently updated
recently updated
newest added

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...