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.
Create an object value
static _ASYNCRTIMP json::value __cdecl object();
static _ASYNCRTIMP json::value __cdecl object(
const json::value::field_map &fields
);
Parameters
- fields
A map of field names associated with JSON values
Return Value
An empty JSON object value
Requirements
Header: json.h
Namespace: web::json