-
Notifications
You must be signed in to change notification settings - Fork 61
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
jsonsaver: omit empty lists rather than null #106
Conversation
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
Hi @CatalinStratu, thanks for this! Looks like there's one test which is failing:
Looks like it perhaps isn't correctly rendering the "empty" snippet case, can you take a look and see what's going on here? Once this is addressed I think the rest of it is good to merge. Thank you! |
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
Hi, thank you very much. I tried to fix the problem. Thanks! |
Thanks @CatalinStratu! I see that reduces the "empty" test to just an empty document, which may be sufficient for the time being. I'm going to try out a couple more things with this PR, and if that looks good then I'll merge it shortly. Thanks for your quick updates on this one! |
OK - as far as I can tell, this addresses the issues that were raised in #103. Thanks very much @CatalinStratu! Merging now. |
Thank you very much! |
Fixes #103