()
| 741 | } |
| 742 | |
| 743 | func (j *jsonEncoded) allPaths() ([]JSON, error) { |
| 744 | decoded, err := j.decode() |
| 745 | if err != nil { |
| 746 | return nil, err |
| 747 | } |
| 748 | return decoded.allPaths() |
| 749 | } |
| 750 | |
| 751 | // HasContainerLeaf implements the JSON interface. |
| 752 | func (j *jsonEncoded) HasContainerLeaf() (bool, error) { |