adobe-dmeservices / custom-metadata

The home for a Custom Metadata Panel extension for Creative Cloud
https://exchange.adobe.com/creativecloud.details.103752.html
17 stars 8 forks source link

Metadata crash format when saved #12

Closed mrtngrsbch closed 3 years ago

mrtngrsbch commented 3 years ago

When I save the file, the JSON format is broken

In 'View Editor' I open 'core_properties_view.json' > save file > crash

original vs saved file [Brackets Editor]:

image

original file: JSON: core_properties_view.zip

saved file: JSON: core_properties_view[saved].json.zip

Best, Martin MacOS Catalina 10.15.7 Adobe Bridge 2020 10.0.2.131

jameslockman commented 3 years ago

Your saved JSON appears to be properly formatted, but minified as expected. When I open it in Sublime Text and reformat the JSON, it parses properly. Also, it imported just fine for me.

I noticed that you are using Catalina. We have seen issues with systems that were upgraded to Catalina, in that some extensions need to be explicitly trusted again. Have you tried uninstalling Bridge and reinstalling? This should force the OS to validate file access. Alternatively, you can give Bridge Full Disk Access in the Privacy panel.

mrtngrsbch commented 3 years ago

Hey... Thanks a lot James ! I use AtoM and Brackets and I didn't know that Sublime Text feature ;-)

Even so, I find no interest in minifying a small JSON best

mrtngrsbch commented 3 years ago

FYI: "Visual Studio Core" also reformats the code