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
Sametime i has response with JSON suchlike:
{"results":null}
and i have a problem when try ej:get({"results", 1, "Subject"}, DecodeJSON). How fix this error:
ej:get({"results", 1, "Subject"}, DecodeJSON).
{{index_for_non_list,{1,null}}, [{ej,get_value,2,[{file,"src/ej.erl"},{line,151}]}, {ej,get0,2,[{file,"src/ej.erl"},{line,107}]},
Thank you!
The text was updated successfully, but these errors were encountered:
Interesting. I guess we should fix this and have it behave similarly to other deep path requests that don't exist and return undefined.
undefined
Seems related to #13
Until there's a fix, you'll need to test that you have a non-null I'm afraid.
Sorry, something went wrong.
Thank you! I fix it with test non-null
No branches or pull requests
Sametime i has response with JSON suchlike:
and i have a problem when try
ej:get({"results", 1, "Subject"}, DecodeJSON).
How fix this error:
Thank you!
The text was updated successfully, but these errors were encountered: