Create a Json_Initializer object containing the value of the specified value in the internal variant. If value is a signed integral type, then the value is stored as a long long. If value is an unsigned integral type, then the value is stored as an unsigned long long.
Declared in <bdljsn_json.h>
template<class t_INTEGRAL>
Json_Initializer(
t_INTEGRAL value,
int* = 0)
requires bsl::is_integral<t_INTEGRAL> ::value
&& !bsl::is_same<t_INTEGRAL, bool>::value;