Is it possible to add name:value pairs via JS to a json file with code
I have no idea how to do this, so yes;
For example:
is there like an append feature to json objects that i can just append things
//Json
{"name1": "value1",
"name2": "value2"}
//Js
Json.append(name:value);