FetchValIdx implements the `->` operator for ints, returning nil if the key is not found.
(idx int)
| 152 | // FetchValIdx implements the `->` operator for ints, returning nil if the |
| 153 | // key is not found. |
| 154 | FetchValIdx(idx int) (JSON, error) |
| 155 | |
| 156 | // FetchValKeyOrIdx is used for path access, if obj is an object, it tries to |
| 157 | // access the given field. If it's an array, it interprets the key as an int |
no outgoing calls
no test coverage detected