Hello, I've recently found Tauri and wanted to use it to create an app that can read JSON files, edit there contents, and export them to be used in another project I'm working on. I've been searching for hours now on documentation on how to potentially do this, however what I have found is rather sparse and(or) very hard to understand.
Could someone explain how I could go about doing this, or at least link to to some idiot proof documentation to achieve what I'm describing.
Also if someone else has already asked this, link me to their thread, didn't see anything from doing a little search, but figure I'd still ask if one exist.
Not using any frameworks atm, only standard js and rust, latest version of Tauri. I'd rather prefer to not use any frameworks but if it's not possible without any, then I'll consider looking into them.