I’ve put together this sample project to try to figure out Observables and restoring data. I can read data in from a bundled JSON file, add some additional records, check that I can work with the values from the observable by outputting to console, then I write it to a file. When I read it back from the file, I seem to be getting no data in the Observable. It chucks an error at line 63 when I try to output data from the Observable to the console.
Can anyone help with this?
Thanks
M