Open
Description
The reason? null
as falseiness vs null
as a value! In fact, api.getContextValue
returns null
when nothing is there, and the rest of the code uses that as an indicator.
This matters because it means that if we want to support {'@context': null}
and not just {'@context': [null]}
for context nullification, we're going to need to adjust how that procedure and the code that uses it work.