Replace this value with a JsonNumber moved from number.
Create an instance of type JsonNumber in this object, using the allocator currently held by this object to supply memory, and return a reference providing modifiable access to the created instance. Initialize the JsonNumber by moving from the specified number. This method first destroys the current value held by this object (even if the type currently held is JsonNumber).
a reference providing modifiable access to the held JsonNumber
| Name | Description |
|---|---|
| number | value used to initialize the created number |