How to use json and manipulate the data using javascript with node

preview_player
Показать описание
JSON is used everywhere! From config, to database to APIs and more! Having the right structure is really important - understanding the benefits from arrays / collections and objects.

In this video you learn about json and how to manipulate to pull out different parts of the data using javascript with es6 ... filter, reduce, map and more!

I now have a 2nd YouTube channel for short video clips of 60s or less, subscribe ...

How to use json and manipulate the data using javascript with node #EddieHub

---------------------------------------------------------------------------------------------------

A BIG thank you to my GitHub Sponsors:
***
***

---------------------------------------------------------------------------------------------------

Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!

Follow on other socials for behind the scenes footage, join discord to continue the conversation...

Рекомендации по теме
Комментарии
Автор

What if I wanted to manipulate this data into Excel? Any tips?

eckwns
Автор

Great video! Thanks for making JSON more clear for me. Keep up the great work.

bo-iliev
Автор

That was a great video and mostly easy to follow, except for reduce where I got a little bit lost. Do you have any more videos on reduce please?

hsingh
Автор

Thanks Eddie,
You can also store Boolean and null in a JSON property,

Nice video, keep it coming

ahmad-murery
Автор

perfect i had 96 rows by default of data but since these were values by time there would be say midnight to 3pm assuming it was 3pm and nulls for the rest of the day this solved with
const myResults =jsonData.Rows.filter((row) => row.Value !== null); and then handing off myResults to my display function, perfect

johnowen-jones
Автор

there is some audio noise coming in the background. would be better if you can fix it. thanks for the great content.

TheMsnitish
Автор

Thanks! keep posting more videos on json manipulation

shyamalagowri
Автор

8:53 Nothing called as "JSON Object", it's either JavaScript Object or JSON. You don't say JavaScript Object Notation Object! 😅

praveenscience