IBMStreams / streamsx.json

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

Update documentation surrounding extractFromJSON function and JSONToTuple operator #112

Open nmwaara opened 6 years ago

nmwaara commented 6 years ago

In recent discussions, we decided that adding a prefixToIgnore parameter to the extractFromJSON function would not be necessary if we added documentation describing how you can implement the same logic using the prefixToIgnore parameter of the JSONToTuple operator. We believe this is important to specify so that users do not get confused as to why there is no prefixToIgnore parameter for the extractFromJSON function.