What does "Syntax error" mean in my JSON?
Usually a trailing comma, single quotes instead of double, or unquoted keys. The error message points at the cause.
What is the difference between pretty and minify?
Pretty adds indentation for humans; minify strips all whitespace for smallest payload.
Is my JSON data uploaded?
It is processed per request and never stored — but avoid pasting secrets anyway.