value::object Method
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