(path []string)
| 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. |
| 129 | Concat(other JSON) (JSON, error) |
no outgoing calls
no test coverage detected