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