Way to Export or Download Project Settings

Is there a way to export or download settings in a Text file for a project.

I know you export a cfg file or get the Zip JSON file . I was hoping for a simple text listing perhaps of what is not standard or what has changed?

It’s not exactly what you’re looking for, but if you open the JSON file with a decent code editor, the code will at least be displayed properly and be readable. Some editors also offer the ability to compare code and visually display the differences. The image shows Visual Studio Code.

For comparison, here’s what the code looks like when you open it in a regular text editor - it’s barely readable:

1 Like

Thanks, I did not realize you could do that. while not perfect certainly to archive for future use. Appreciate your getting back to me. Will get a Code Reader.

Try this: Free Online JSON Viewer, Formatter & Validator | Beautify JSON Instantly - JSON Reader

It’s free and online. It will also do compares.