FetchValKey implements the `->` operator for strings, returning nil if the key is not found.
(key string)
| 148 | // FetchValKey implements the `->` operator for strings, returning nil if the |
| 149 | // key is not found. |
| 150 | FetchValKey(key string) (JSON, error) |
| 151 | |
| 152 | // FetchValIdx implements the `->` operator for ints, returning nil if the |
| 153 | // key is not found. |
no outgoing calls
no test coverage detected