0
How to update in JSON with JS
So, how do i exactly update a value in JSON with JavaScript with Node.js
2 ответов
+ 3
1. Read/ get the json string.
2. Convert it to js object.
3. Update
4. Convert it back to a json
+ 3
For more information you can read here:
https://www.w3schools.com/js/js_json_intro.asp