when reading the log, it helps when you're able to take output and e.g. run it through `jq` errors I found so far: - strings are not quoted (make sure to escape any quotes and other special characters inside the string)
when reading the log, it helps when you're able to take output and e.g. run it through
jqerrors I found so far: