Closed rnostream closed 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)
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
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)