it feels like you can"t manipulate json,. At most, it"s an array.
it feels like you can"t manipulate json,. At most, it"s an array.
changed a library, and two lines of code solved the problem. Puppeteer
here s the thing. Now there s a json file with an array of data, such as users.json: . [ {name: aa,age: 1} {name: bb,age: 2} {name: cc,age: 3} ... ] now I want to insert a few pieces of data into the array in this json file. Note tha...