RemoveIndex implements the `-` operator for ints, returning JSON after removal, whether removal is valid and error message.
(idx int)
| 104 | // RemoveIndex implements the `-` operator for ints, returning JSON after removal, |
| 105 | // whether removal is valid and error message. |
| 106 | RemoveIndex(idx int) (JSON, bool, error) |
| 107 | |
| 108 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 109 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected