Hi folks,
maybe you can help. A table is encoded via json.encode and written to a file. The produced string is:
{"rowsPassed":6,"rowsPassedEver":70,"rowsPassedRecord":21}
Later the string is read from file again. But then json.decode applied on this string fails with result nil. Any ideas why this happens?
Thanks a lot in advance
Sebastian
Comments