json

Reduce a large JSON object down to only what you need

· Reading time: ~3 minute(s) (440 words) programming javascript json web

Sometimes you need to use an API that returns a large payload, but you may only need to use a small number of fields from that payload. Rather than try storing that data, or hand-balling the data yourself, there is an alternative solution. (Continue reading)