isScalar returns whether the JSON document is null, true, false, a string, or a number.
()
| 207 | // isScalar returns whether the JSON document is null, true, false, a string, |
| 208 | // or a number. |
| 209 | isScalar() bool |
| 210 | |
| 211 | // preprocessForContains converts a JSON document to an internal interface |
| 212 | // which is used to efficiently implement the @> operator. |
no outgoing calls
no test coverage detected