allPaths returns a slice of new JSON documents, each a path to a leaf through the receiver. Note that leaves include the empty object and array in addition to scalars.
()
| 98 | // through the receiver. Note that leaves include the empty object and array |
| 99 | // in addition to scalars. |
| 100 | allPaths() ([]JSON, error) |
| 101 | |
| 102 | // FetchValKey implements the `->` operator for strings, returning nil if the |
| 103 | // key is not found. |
no outgoing calls
no test coverage detected