How would i keep appending data? I have this:
{
\"13232\": [
\"2012952\"
]
}
And i want to add an another object to it, example:
You won't be able to use file append operations to do this. File append operations can only add text to the end, they can't insert text at some point in the middle. This makes it impossible to use file-append to keep the JSON valid.
You have two choices that I can think of: