Detailed information about a parsing error.
Description of what was actually found.
Human/AI-readable message explaining the issue.
unquoted string 'abc' - did you forget quotes? Copy
unquoted string 'abc' - did you forget quotes?
missing opening quote for 'hello' Copy
missing opening quote for 'hello'
What was expected at this location.
JSON value (string, number, boolean, null, object, or array) Copy
JSON value (string, number, boolean, null, object, or array)
quoted string Copy
quoted string
":"; Copy
":";
Property path to the error location.
A dot-notation path from the root to the error location. Uses $input as the root.
$input
$input.user.email; Copy
$input.user.email;
$input.items[0].price; Copy
$input.items[0].price;
Detailed information about a parsing error.