jsonPath property

String? jsonPath
getter/setter pair

A JSON Path (RFC 9535) to the argument being streamed.

https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".

Required.

Implementation

core.String? jsonPath;