Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Parse nulls in JSON (Also includes a couple of other fixes found in issues) #149

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

h4dr0
Copy link

@h4dr0 h4dr0 commented Feb 9, 2020

Parse nulls to prevent incorrect inheritance of values when property exists but is set to null in JSON

parse nulls fix + parse numbers as numeric
parse stringified numbers as numeric + don't substring truncate numbers (and thus keep numeric)
@michaelbirchler
Copy link

@h4dr0 thanks for the fix. I've just tested it and saw that you left sensitive(?) authentication data in the code https://github.com/bradjasper/ImportJSON/pull/149/files#diff-94c783fdb8e8c7bcdb536602ccdc3550R652

@h4dr0
Copy link
Author

h4dr0 commented Oct 5, 2020 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants