Currently, `SIMDJsonParser` and `SIMDJson` adapter only supports fields like `a.b.c`. No array and wildcard based fields can be supported. Some examples can be: - `a[0].b` - `a.*.b` - `a[*].b.c`
Currently,
SIMDJsonParserandSIMDJsonadapter only supports fields likea.b.c. No array and wildcard based fields can be supported.Some examples can be:
a[0].ba.*.ba[*].b.c