AsDecimal returns the JSON document as a apd.Decimal if it is a numeric type, and a boolean indicating if this JSON value is a numeric type.
()
| 180 | // AsDecimal returns the JSON document as a apd.Decimal if it is a numeric |
| 181 | // type, and a boolean indicating if this JSON value is a numeric type. |
| 182 | AsDecimal() (*apd.Decimal, bool) |
| 183 | |
| 184 | // AsBool returns the JSON document as a boolean if it is a boolean type, |
| 185 | // and a boolean indicating if this JSON value is a bool type. |
no outgoing calls
no test coverage detected