Strange json formatting in png metadata #2479
Closed
Hangover3832
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When in unpack the metadata from a png with the following code:
the putput looks like
which does not look like a valid json, the keys should be in double quotes, the 'prompt' and 'workflow' sub-jsons are in quotes (where they shouldn't).
A valid json should look like this:
I mean, things work fine so far, I'm not sure if this is (or could lead to) an issue at some point.
Beta Was this translation helpful? Give feedback.
All reactions