Skip to content

json: Implementing And and Or logic. #7

@prataprc

Description

@prataprc

And, Or operations - && and || respectively does not have an
equivalent trait that can be implemented. Implement them as and() and
or() method on the JSON data type.

For now the return value can be Json::Bool, later other options like
bool as return value can be explored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions