-
Notifications
You must be signed in to change notification settings - Fork 335
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
writeJson for Array of Objects #244
Comments
cc @odyslam |
Ooof, I thought I ironed out all the kinks. Will look into it, thanks! |
Also should we transfer this issue to the main foundry repo? cc @mattsse |
@odyslam another one issue: vm.serializeString(result, "totalUsdgAmount", Strings.toString(TotalUsdgAmount)); as a result in json I still get numeric value
|
Irrelevant note: You can use Interesting. Will create a master issue to keep track of it in forge |
25 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test script:
which gives me current results:
so all objects which is added to array is serialized as escaped strings
The text was updated successfully, but these errors were encountered: