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
Not sure how exactly it should be done, binary-to-string? Special kind of object?
The text was updated successfully, but these errors were encountered:
Should it be done at all? Given that its support is now available through externs?
Sorry, something went wrong.
Most of json objects arehandled in binaries.
actually if I do :
27> Global:set_value("obj",erlv8_object:new([{<<"test">>, <<"test">>}])). {erlv8_object,[{<<"test">>,<<"test">>}],undefined} 28> Obj3 = Global:get_value("obj"). undefined
It won't work which is quite annoying.
Good catch. Will fix.
@benoitc, done in 906f10c
No branches or pull requests
Not sure how exactly it should be done, binary-to-string? Special kind of object?
The text was updated successfully, but these errors were encountered: