A Path with a value filter is considered valid if it omits the closing ] character, though such a Path should be considered invalid. This is something that @dvernon-uid noticed some time ago.
Example:
{
"colors": [
"red",
"green",
"blue"
]
}
The path colors[value eq \"blue\"] is valid, as expected, but so is colors[value eq \"blue\".
A Path with a value filter is considered valid if it omits the closing
]character, though such a Path should be considered invalid. This is something that @dvernon-uid noticed some time ago.Example:
{ "colors": [ "red", "green", "blue" ] }The path
colors[value eq \"blue\"]is valid, as expected, but so iscolors[value eq \"blue\".