FetchValKeyOrIdx is used for path access, if obj is an object, it tries to access the given field. If it's an array, it interprets the key as an int and tries to access the given index.
(key string)
| 157 | // access the given field. If it's an array, it interprets the key as an int |
| 158 | // and tries to access the given index. |
| 159 | FetchValKeyOrIdx(key string) (JSON, error) |
| 160 | |
| 161 | // RemoveString implements the `-` operator for strings, returning JSON after removal, |
| 162 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected