FetchValKey implements the `->` operator for strings, returning nil if the key is not found.
(key string)
| 102 | // FetchValKey implements the `->` operator for strings, returning nil if the |
| 103 | // key is not found. |
| 104 | FetchValKey(key string) (JSON, error) |
| 105 | |
| 106 | // FetchValIdx implements the `->` operator for ints, returning nil if the |
| 107 | // key is not found. |
no outgoing calls
no test coverage detected