Create a JsonNumber object having the same value and the same allocator as the specified original object. The value of original becomes unspecified but valid, and its allocator remains unchanged.
Declared in <bdljsn_jsonnumber.h>
JsonNumber(bslmf::MovableRef<JsonNumber> original) noexcept;