IBMStreams / streamsx.json

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

Add prefixToIgnore parameter to native functions #105

Closed rnostream closed 6 years ago

rnostream commented 6 years ago

WHile the operators already support a prefixToIgnore parameter the native functions tupleToJSON() mapToJSON() toJSON() did not.

leongor/streamsx.json created PR #104 containing the implementation of this functionality for the 3 functions.

This PR #104 will not be pulled directly into master. A feature branch (prefixToIgnore) will be created and the changes are pulled directly from leongor/streamsx.json:master into this branch.

Tests will be created and the feature will be tested first.

A new PR will be created to pull this tested changes (including tests) into streamsx.json:master