meow
meow
CC#
Created by meow on 12/31/2023 in #help
✅ how do I read a json file, edit it and save the edit in the json file?
lets say we have a json file here:
{
"meow" : 2
}
{
"meow" : 2
}
3 things Im wondering how to do(code blocks should suffice), in the first I wanna make meows value 3 in the second I want to add a value called woof with the value of 1 in the third I want to remove woof from the json
8 replies