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
i have response:
{ "id": "123", "field": null }
and if i try to read property field i got Error #0: unknown type (<nil>) <nil>.
field
Error #0: unknown type (<nil>) <nil>
lesson:get("field")
https://github.com/krakendio/krakend-lua/blob/f269bb05566b2d1f40a75d607de0d10451677670/proxy/response.go#L185
here type nil not included, but json can have null values
nil
null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i have response:
and if i try to read property
field
i gotError #0: unknown type (<nil>) <nil>
.https://github.com/krakendio/krakend-lua/blob/f269bb05566b2d1f40a75d607de0d10451677670/proxy/response.go#L185
here type
nil
not included, but json can havenull
valuesThe text was updated successfully, but these errors were encountered: