The output is not guaranteed to be valid JSON and is not intended for editing, so there is no reason to open it. If you import or restore the app from this file, it should work. If that doesn't (and you didn't edit it), that could be a problem, but I don't think that will apply to your case.
I don't think is ever a good idea to export something that resembles JSON but it's not a valid JSON: the moment your JSON parser routine changes, gets updated or fixed, you are screwed.
It's also very strange that any standard JSON generator would do it, unless it was manually written from scratch (which I guarantee it will bite someday).