You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #60719 [JsonPath] Fix support for comma separated indices (alexandre-daubois)
This PR was merged into the 7.3 branch.
Discussion
----------
[JsonPath] Fix support for comma separated indices
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Fix supporting multiple indices separated with commas with expressions like `$[0, 2, 'a,b,c', -1]` (which would fetch, respectively the first, third, last elements and the one with index `a,b,c`).
Commits
-------
321bdf8 [JsonPath] Fix support for comma separated indices
0 commit comments