Skip to content

Differentiate "no match" from null value #25

@acschofield

Description

@acschofield

If I have JSON something like:

{
    "myval": null
}

then accessing "myval" returns None
but accessing "myvalX" also returns None

How can I distinguish the two cases? (I do not have control of the expressions, they are generated from user input)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions