FetchValKey implements the `->` operator for strings, returning nil if the key is not found.
(key string)
| 87 | // FetchValKey implements the `->` operator for strings, returning nil if the |
| 88 | // key is not found. |
| 89 | FetchValKey(key string) (JSON, error) |
| 90 | |
| 91 | // FetchValIdx implements the `->` operator for ints, returning nil if the |
| 92 | // key is not found. |
no outgoing calls
no test coverage detected