Skip to content

JSONToTuple fails for list<uint> #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rnostream opened this issue Jul 27, 2018 · 1 comment
Closed

JSONToTuple fails for list<uint> #108

rnostream opened this issue Jul 27, 2018 · 1 comment
Labels

Comments

@rnostream
Copy link
Contributor

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 rnostream added the bug label Jul 27, 2018
@rnostream
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant