ErrLookup › json-path/JsonPath

json-path/JsonPath

Java JsonPath implementation · Java · 119 source files

Analyzed at 62a4c9f0f6 on 2026-09-11. 135 documented errors.

Code / MessageTypeSeverityTags
Invalid JSON
exception error json, jettison, parse-error, json-path
Cannot create JSON element from null
exception error json, json-path, unsupported-type, json-p-provider
Expected string node
exception error jsonpath, filter, type-mismatch, string-node
Parser is not in KEY_NAME, VALUE_STRING, or VALUE_NUMBER sta
exception error json, illegal-state, json-path, parser-state
Unexpected character: %c
exception error json-path, filter-compiler, path-syntax, invalid-path-exception
JSON array cannot be mapped to " + className
exception error json, type-mismatch, json-path, collection
Could not determine value type
exception error jsonpath, filter, unsupported-type, conversion
Expected boolean literal
exception error json-path, filter-compiler, logical-operator, path-syntax
Use map() method to databind a JsonObject
exception error json, databind, json-path, unsupported-operation
Unable to find no-arg ctr for " + className
exception error json, reflection, databind, constructor
Put can not be performed to multiple properties
exception error json-path, wildcard-path, unsupported-operation, multi-match
Pattern not closed. Expected
exception error
Could not find matching close quote for %s when parsing : %s
validation error json-path, path-parsing, unterminated-string, invalid-path
Cannot convert a " + source.getClass().getName() + " to a "
exception error json-path, mapping, tapestry, type-conversion
an array or object instance is expected
exception error json, json-path, unsupported-operation, json-p-provider
Expected to find an object with property %s in path %s but f
exception error json-path, path-not-found, type-mismatch
Expected value list node
exception error jsonpath, filter, type-mismatch, value-list
Expected <null> value
exception error json-path, filter-compiler, null-literal, path-syntax
Expected json node
exception error jsonpath, filter, type-mismatch, json-node
Failed to parse filter:
exception error json-path, filter-syntax, expression-parse
Expected boolean node
exception error jsonpath, filter, type-mismatch, boolean-node
Cannot map JSON element to " + typeName
exception error json, generics, type-mismatch, json-path
Filter: %s can only be applied to arrays. Current context is
exception error json-path, filter, path-not-found, evaluation
Expected regexp node
exception error json-path, filter-evaluation, regex, type-error
Expected undefined node
exception error jsonpath, filter, type-mismatch, undefined-node
Could not convert
exception error json, type-conversion, path-expression
length operation can not applied to
exception error json, jsonpath, unsupported-type
Cannot create JSON iterator for " + value
exception error json, json-path, json-p, type-mismatch
Expected class node
exception error jsonpath, filter, type-mismatch, class-node
String not closed. Expected
exception error json-path, filter-compiler, json-literal, unclosed-bracket, path-syntax
Expected logical operator
exception error json-path, filter-compiler, logical-operator, path-syntax
Invalid array index
exception error json-path, array-index, illegal-argument, mutation
Filter operator is not supported!
exception error json-path, filter-syntax, operator-parsing, invalid-path
JSON path [%s] doesn't match. Expected: %s Actual: %s
exception error json, assertion, testing, hamcrest
Add can not be performed to multiple properties
exception error json-path, mutation, wildcard-path
Expected null node
exception error jsonpath, filter, type-mismatch, null-node
can not map a " + src.getClass() + " to " + Date.class.getNa
exception error json-path, mapping, date, json-smart
Failed to evaluate exists expression
exception error json-path, filter-evaluation, exists-operator, type-mismatch
Expected offsetDateTime node
exception error jsonpath, filter, date, type-mismatch
e
validation error json, path-expression, parsing
Expected number node
exception error json-path, filter-evaluation, number-node, type-error
Failed to parse operator
exception error json-path, filter-syntax, invalid-path, operator-parsing
length operation can not applied to null
exception error json-path, null, length, unsupported-operation
Failed to parse token in ArrayIndexOperation:
exception error json-path, invalid-path, syntax
Aggregation function attempted to calculate value using empt
exception error json-path, aggregation, empty-collection
can not be converted to JSON
exception error json, serialization, jsonpath
Can only add to an array
exception error json-path, mutation, type-mismatch
can not map a " + src.getClass() + " to " + Integer.class.ge
exception error json-path, mapping, type-conversion, json-smart
No type info in TypeRef
exception error jsonpath, generics, typeref, reflection
Options AS_PATH_LIST and ALWAYS_RETURN_LIST are not allowed
exception error jsonpath, options, path-functions, conflicting-options
JSON object cannot be databind to " + targetType
exception error json, databinding, json-path, jsonb
The path is null
exception error json-path, path-not-found, missing-field
Cannot iterate over
exception error json-path, iteration, unsupported-operation
JSON boolean (false) cannot be mapped to " + className
exception error json, type-mapping, json-path, jakarta-json
Unable to parse unicode value: %s
exception error json-path, unicode-escape, string-parsing, malformed-input
can not map a " + src.getClass() + " to " + Long.class.getNa
exception error json-path, mapping, type-conversion, json-smart
String literal does not have matching quotes. Expected
exception error
Expected path node
exception error json-path, filter-evaluation, path-node, type-error
setProperty operation cannot be used with
exception error json-path, set-property, unsupported-operation
Could not find matching close for %s when parsing regex in :
validation error json-path, path-parsing, regex-literal, invalid-path
Target json value must a number, not " + state
exception error json, illegal-state, json-path, number
Cache provider must be configured before cache is accessed a
exception error json-path, cache, initialization
Missing property in path
exception error json-path, path-not-found, missing-property, evaluation
TypeRef not supported: " + typeName
exception error json, generics, typeref, json-path
JSON boolean (true) cannot be mapped to
exception error json, jsonpath, mapping, type-mismatch
Square brackets does not match in filter
exception error
Expected character: %c
validation error json-path, path-parsing, syntax-error, invalid-path
Expected predicate node
exception error jsonpath, filter, predicate, type-mismatch
Expected end of filter expression instead of: %s
exception error json-path, filter-syntax, expression-parse
Empty properties
exception error json-path, invalid-path, path-compilation
No results for Key %s found in map!
exception error json-path, rename-key, key-not-found, map
No results for path:
exception error json-path, path-not-found, missing-property, evaluation
Unknown value type " + value.getValueType()
exception error json, json-path, json-p, internal-invariant
JSON integral number cannot be mapped to " + className
exception error json, type-mapping, numbers, json-path
JSON Assert Error: %s Expected: %s Actual: %s
exception error json, assertion, testing, hamcrest
Target index: larger than object count:
exception error json-path, index-out-of-bounds, sequence
Tapestry JSON provider does not support TypeRef! Use a Jacks
exception error json-path, mapping, tapestry, unsupported-operation, typeref
length operation can not applied to
exception error json-path, gson, length, unsupported-operation
Filter must start with '[' and end with ']'.
exception error json-path, filter-syntax, invalid-path
Cannot determine length of
exception error json, jsonpath, tapestry, unsupported-type
InvalidJsonException
exception error json-path, jackson, invalid-json, parsing
JsonArray is immutable in JSON-P
exception error json-p, immutability, unsupported-operation, mutation
String.format(message, values)
validation error json-path, precondition, empty-string, illegal-argument
can not map a " + src.getClass() + " to " + Double.class.get
exception error json-path, mapping, type-conversion, json-smart
Gson not found on path
exception error classpath, dependency, gson, jsonpath
Unexpected close brace '}' at character position:
exception error json-path, path-compiler, unbalanced-braces, invalid-path
Can only add properties to a map
exception error json-path, mutation, type-mismatch
Invalid set operation
exception error json-path, set-operation, root-path, invalid-modification
Filter must start with '[?' and end with ']'.
exception error json-path, filter-syntax, invalid-path
Filter: %s can not be applied to primitives. Current context
exception error json-path, filter, predicate, type-mismatch
length operation can not applied to null
exception error json-path, jackson, length, null
length operation can not applied to null
exception error json-path, length, type-mismatch, null
No results for path:
exception error json-path, path-not-found, evaluation, missing-value
JsonObject is immutable in JSON-P
exception error json-p, immutability, unsupported-operation, mutation
JsonOrg provider does not support TypeRef! Use a Jackson or
exception error json-path, unsupported-operation, typeref, json-org
Expected %s but found %s
validation error jsonpath, parsing, invalid-path, syntax
Aggregation function attempted to calculate value using empt
exception error json-path, aggregation, empty-collection
Not enough predicates supplied for filter [] at position
exception error json-path, filter, predicate, invalid-path
can not map a " + src.getClass() + " to " + Boolean.class.ge
exception error json-path, mapping, boolean, json-smart
Function with name: does not exist.
exception error json-path, invalid-path, function