Hello - my GPT is outputting a json block.
If I open its output and select the Results, I can feed that into a JSON parse with no error.
However, when it is input to the JSON PARSE widget, it fails.
Something that I find very confusing, when I open the output bundle, there are characters in that version of the JSON that are not in the interactive output page.
It has square brackets and the phrase “json:” before the first curly brace.
Is the make tool adding this as input to the next step, and maybe that’s why my json fails parsing?
Thank you in advance.
THE PARSE FAILS USING GPT OUTPUT:
THE OUTPUT BUNDLE APPEARS POLLUTED?
THE INTERACTIVE PAGE JSON OUTPUT PARSES FINE, JUST NOT AS PART OF MY AUTOMATION.
automation:
blueprint (7).json (438.1 KB)
Good JSON from interactive output screen (selected, copied and pasted into a doc):
json from interactive output.txt (1.5 KB)
JSON that parse widget claims it is getting as input:
gpt json input.txt (1.6 KB)