Posts by Luis Eduardo Oliveira • 11 points
2 posts
-
0
votes2
answers844
viewsA: Count how many equal names there are within a JSON and display in Nodejs screen
const data = { "candidates": [ { "CLIENT_ID": "Dread Pirate Alannah Company", "VALUE": 0, "LOST_VALUE": 45, }, { "CLIENT_ID": "Dread Pirate Alannah Company", "VALUE": 56.25, "LOST_VALUE": 0, }, {…
-
1
votes1
answer53
viewsA: Grouping of JSON
you can group the information you need by making a filter. Ex: const data = [ {data:"01/02/2010", nome:"vivo", janela:"00-02", tipo:"ligado"}, {data:"13/12/2003", nome:"claro", janela:"10-12",…