Len returns the number of outermost elements in the JSON document if it is an object or an array. Otherwise, Len returns 0.
()
| 155 | // Len returns the number of outermost elements in the JSON document if it is an object or an array. |
| 156 | // Otherwise, Len returns 0. |
| 157 | Len() int |
| 158 | |
| 159 | // HasContainerLeaf returns whether this document contains in it somewhere |
| 160 | // either the empty array or the empty object. |
no outgoing calls
no test coverage detected