trying to create this type of situation:
Data Store <-> script that reads and alters Data
\ < queue system for data for data integrity / administration < Users update data with a form```
With the intent of having a buildable data-store that can be community driven but is it possible to create code that will alter another page permanently?
An example of the type of data:
https://ecopedia.miraheze.org/wiki/Data:TestJSON
```{
"Braithe Bluenail": {
"merchantGoods": "Thread Bonding Agent^Cotton Workaday Tunic^Cotton Workaday Hose^Cotton Workaday Gloves^Cotton Workaday Boots^Cotton Workaday Cover"
},
"Thalbin Goldgrip": {
"merchantGoods": "Small Hide Pouch^Leather Ring Purse^Hunting Satchel^Torch^Reliable Old Compass"
}
}```