IBMStreams/streamsx.json

extractFromJSON missed mutable definition for the tuple argument.

leongor opened this issue · 1 comments

The c++ code for extractFromJSON expects the tuple argument to be mutable.
#95 fixes the issue.

#95 merged and tested