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