v0.1.3
-
fix(value): use kind as ultimate source of truth #6
Previously we would explicitly check for a
nullValue
key before attempting to extract a value viakind
key. However it appears that in certain cases anullValue
property can exist with other value types, but it should be ignored.