Posts by user143155 • 31 points
1 post
-
3
votes1
answer193
viewsA: How to feed a JSON using "for" Javascript
What you have is an array, not a JSON. JSON is the only form of Javascript-based object notation. Saying you have a JSON means you have a string with the JSON notation: const meuJSON = '{"nome":…