Condividi tramite


Metodo value::object

Creare un valore oggetto

static _ASYNCRTIMP json::value __cdecl object();

static _ASYNCRTIMP json::value __cdecl object(
   const json::value::field_map &fields
);

Parametri

  • fields
    Mappa dei nomi di campo associati ai valori JSON

Valore restituito

Un valore di oggetto JSON vuoto

Requisiti

Intestazione: json.h

Spazio dei nomi: web::json

Vedere anche

Riferimenti

Classe value