RemoveIndex implements the `-` operator for ints, returning JSON after removal, whether removal is valid and error message.
(idx int)
| 165 | // RemoveIndex implements the `-` operator for ints, returning JSON after removal, |
| 166 | // whether removal is valid and error message. |
| 167 | RemoveIndex(idx int) (JSON, bool, error) |
| 168 | |
| 169 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 170 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected