I am using json to store data on disk between program calls, the program runs fine for some time, but after that it displays error in json decoding, "invalid character '1' after top-level value ".
Can anyone suggest some solution to this problem ?
|
I am using json to store data on disk between program calls, the program runs fine for some time, but after that it displays error in json decoding, "invalid character '1' after top-level value ". Can anyone suggest some solution to this problem ? |
|||
|
|
|
When you write the data to disk, are you making sure to pass |
|||
|
|
|
Instead of doing the manual file opening, consider using some of the inbuilt IO functions.
The same goes for loading of json data where you use |
||||
|
|