Skip to content
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

Deserialize ReturnValue type from OrionRunner #3

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

raphaelDkhn
Copy link
Contributor

@raphaelDkhn raphaelDkhn commented Jan 21, 2024

OrionRunner returns value in JSON format as follow:

[{"Array":[{"Int":"0x2"},{"Int":"0x2"}]},{"Array":[{"Int":"0x1"},{"Int":"0x2"},{"Int":"0x3"},{"Int":"0x4"}]}]

Osiris is now capable to deserialize it as:

[[2, 2], [1,2,3,4]]

@raphaelDkhn raphaelDkhn merged commit 55633ea into main Jan 21, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant