RemoveIndex implements the `-` operator for ints, returning JSON after removal, whether removal is valid and error message.
(idx int)
| 119 | // RemoveIndex implements the `-` operator for ints, returning JSON after removal, |
| 120 | // whether removal is valid and error message. |
| 121 | RemoveIndex(idx int) (JSON, bool, error) |
| 122 | |
| 123 | // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal, |
| 124 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected