IBMStreams / streamsx.json

Toolkit for working with JSON in SPL applications.
http://ibmstreams.github.io/streamsx.json/
Other
3 stars 19 forks source link

No documentation for queryJSON's jsonPATH. #116

Open ddebrunner opened 5 years ago

ddebrunner commented 5 years ago

I didn't see any SPL documentation about the first parameter jsonPath to the queryJSON functions. Searching I found this: https://restfulapi.net/json-jsonpath/ which seems to be a different JSONPath.

The docs should include the syntax for JSONPath and some examples.