Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a number value
static _ASYNCRTIMP value __cdecl number(
double value
);
static _ASYNCRTIMP value __cdecl number(
int32_t value
);
Parameters
- value
The C++ value to create a JSON value from
Return Value
A JSON number value
Requirements
Header: json.h
Namespace: web::json