Len returns the number of outermost elements in the JSON document if it is an object or an array. Otherwise, Len returns 0.
()
| 232 | // Len returns the number of outermost elements in the JSON document if it is an object or an array. |
| 233 | // Otherwise, Len returns 0. |
| 234 | Len() int |
| 235 | |
| 236 | // HasContainerLeaf returns whether this document contains in it somewhere |
| 237 | // either the empty array or the empty object. |
no outgoing calls
no test coverage detected