I'm writing a custom python plugin for my software. It takes a List, JSON serializes it, then writes it to a file.
Now, I want to create an OSX app that can read that file. Can someone point me in the right direction to do this? I'm very fluent in Python, not so great in Swift.
Would I want to be using a NSFilewrapper or NSDocument?
Thanks for the help, Joe.