Posts by Lucas Brum • 21 points
1 post
-
2
votes3
answers171
viewsQ: Trying to manipulate a JSON with JS
I’m trying to take a data from the json file and copy it to another JSON file using Javascript, but I never did that I have this JS code: let fs = require("fs") let gravador = []…