@ -204,7 +204,7 @@ When you decode a JSON number into an any type the value will have the underlyin
The `json.Number` type then provides an `Int64()` method that you can call to get the number as an `int64`, or the `String()` method to get the number as a `string`. For example:
The `json.Number` type then provides an `Int64()` method that you can call to get the number as an `int64`, or the `String()` method to get the number as a `string`. For example:
```
```golang
js := `10`
js := `10`
var n any
var n any
@ -251,3 +251,13 @@ Using the `errors.Is()` and `errors.As()` functions you can handle these errors