IBMStreams / streamsx.json

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

extractFromJSON missed mutable definition for the tuple argument. #96

Closed leongor closed 6 years ago

leongor commented 6 years ago

The c++ code for extractFromJSON expects the tuple argument to be mutable. https://github.com/IBMStreams/streamsx.json/pull/95 fixes the issue.

rnostream commented 6 years ago

95 merged and tested