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.