RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, whether removal is valid and error message.
(path []string)
| 123 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 124 | // whether removal is valid and error message. |
| 125 | RemovePath(path []string) (JSON, bool, error) |
| 126 | doRemovePath(path []string) (JSON, bool, error) |
| 127 | |
| 128 | // Concat implements the `||` operator. |
no outgoing calls
no test coverage detected