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

null being mapped to "\"null\"" #30

Closed
jwboardman opened this issue Feb 6, 2020 · 1 comment
Closed

null being mapped to "\"null\"" #30

jwboardman opened this issue Feb 6, 2020 · 1 comment

Comments

@jwboardman
Copy link

jwboardman commented Feb 6, 2020

This mapping is resulting in the string "null" to be shown in our app as if it is a legal value, and forcing us to do a regex to replace "\"null\"" with "null" in the resulting JSON before sending it on to our app, so in JSON you would see
"value",null,"value"
for example instead of
"value","null","value2"

Could null please be mapped to just null please?

@mattt
Copy link
Member

mattt commented Feb 6, 2020

Duplicate of #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants