HasContainerLeaf returns whether this document contains in it somewhere either the empty array or the empty object.
()
| 174 | // HasContainerLeaf returns whether this document contains in it somewhere |
| 175 | // either the empty array or the empty object. |
| 176 | HasContainerLeaf() (bool, error) |
| 177 | } |
| 178 | |
| 179 | type jsonTrue struct{} |
no outgoing calls
no test coverage detected