Posts by Gabriel Zaffalon • 9 points
1 post
-
-6
votes2
answers120
viewsQ: How to organize a JSON by date
I have this JSON and I must arrange it by data: { "clients": [ { "id": 1, "name": "Juca" }, { "id": 2, "name": "Beto" } ], "purchase": [ { "client_id": 1, "data": "11/04/2021", "total": 100.0 }, {…