Condition
- EvD: invalid JSON Ptr. Error
If an error occurs with an invalid JSON pointer, true.
- EvD: targeted JSP. is Arr.
If the data type of the targeted JSON Pointer is an array, true.
- EvD: tgt.JSP.: Bool & True
If the data type at the path specified by the targeted JSON Pointer is a Boolean and the value is true, true.
- EvD: tgt.JSP.: Bool & False
If the data type at the path specified by the targeted JSON Pointer is a Boolean and the value is true, false.