docs(parsers.json_v2): Add warning about choosing XPath instead (#16373)
This commit is contained in:
parent
56b23c1594
commit
465212844b
|
|
@ -7,6 +7,9 @@ this playground to test out your GJSON path here:
|
||||||
[gjson.dev/](https://gjson.dev). You can find multiple examples under the
|
[gjson.dev/](https://gjson.dev). You can find multiple examples under the
|
||||||
[`testdata`][] folder.
|
[`testdata`][] folder.
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> In the current state of the implementation, the json_v2 parser should be avoided in favor of the [XPath Parser](../xpath), especially when working with arrays.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue