Tag: json
-

Normalizr
Many APIs, public or not, return JSON data that has deeply nested objects. Using data in this kind of structure is often very difficult for JavaScript applications, especially those using Flux or Redux. This is where Normalizr comes in, a small, but powerful utility for taking JSON with a schema definition and returning nested entities…
