UseNumber causes the Decoder to unmarshal a number into an interface{} as a Number instead of as a float64.
()
| 39 | // UseNumber causes the Decoder to unmarshal a number into an interface{} as a |
| 40 | // Number instead of as a float64. |
| 41 | func (dec *Decoder) UseNumber() { dec.d.useNumber = true } |
| 42 | |
| 43 | // DisallowUnknownFields causes the Decoder to return an error when the destination |
| 44 | // is a struct and the input contains object keys which do not match any |
no outgoing calls
no test coverage detected