Skip to content

Add logical "if" schema #28

@TaylanUB

Description

@TaylanUB

It would be great if there were a logical if schema in the vein of and/or/not. It could look like

{ "if": [ conditional, consequent ] }

whose semantics would be exactly equivalent to:

{ "or": [ { "not": conditional },
          { "and": [ conditional, consequent ] } ] }

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions