IBMStreams / streamsx.json

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

JSONToTuple fails for list<uint> #108

Closed rnostream closed 6 years ago

rnostream commented 6 years ago

When having an output attribute of type list with elements of an unsigned int type the assignment of a JSON array fails with exception.

Sample JSON: {"num": 1, "numList":[1,2,3]}

stream<uint32 num, list<uint32>numList> Tuples = JSONToTuple(JSONString)

rnostream commented 6 years ago

Solved with v1.4.6 in maintenance branch for 1.4.x versions.

Issue is solved for next master versions (changing 2nd version digit) in a bundle of changes coming next