Skip to content

@context: null doesn't work, but @context: [null] does #288

Open
@cwebber

Description

@cwebber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions