We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: