HasContainerLeaf returns whether this document contains in it somewhere either the empty array or the empty object.
()
| 159 | // HasContainerLeaf returns whether this document contains in it somewhere |
| 160 | // either the empty array or the empty object. |
| 161 | HasContainerLeaf() (bool, error) |
| 162 | } |
| 163 | |
| 164 | type jsonTrue struct{} |
no outgoing calls
no test coverage detected