()
| 727 | } |
| 728 | |
| 729 | func (j *jsonEncoded) allPaths() ([]JSON, error) { |
| 730 | decoded, err := j.decode() |
| 731 | if err != nil { |
| 732 | return nil, err |
| 733 | } |
| 734 | return decoded.allPaths() |
| 735 | } |
| 736 | |
| 737 | // HasContainerLeaf implements the JSON interface. |
| 738 | func (j *jsonEncoded) HasContainerLeaf() (bool, error) { |