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

Modified code so that if there is an empty array it will still return ... #6

Merged
merged 1 commit into from
May 18, 2020

Conversation

bmilesp
Copy link
Contributor

@bmilesp bmilesp commented Sep 8, 2018

…the key with a null value, whereas before it excluded the key altogether.

eg: input json:

{"a":[{"b" : []}]}

will now return:

{"a.0.b":null}

instead of an empty result.

…the key with a null value, whereas before it excluded the key altogether.
@durple durple merged commit 78c8f38 into nytlabs:master May 18, 2020
@durple durple mentioned this pull request May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants