proofgeist / fm-json-additions

MIT License
27 stars 12 forks source link

ArrayGetValuesFromPath fails if path value is "" not (null) #5

Closed rwu2359 closed 7 years ago

rwu2359 commented 7 years ago

if the JSON has

{"key":""}

and not

{"key":null}

the function will fail

amended in this version of the file, several new tests included -which also demonstrate path depth JSONAdditions.fmp12.zip

toddgeist commented 7 years ago

excellent