Condividi tramite


Metodo value::array

Creare una matrice JSON vuota

static _ASYNCRTIMP json::value __cdecl array();

static _ASYNCRTIMP json::value __cdecl array(
   size_t size
);

static _ASYNCRTIMP json::value __cdecl array(
   const json::value::element_vector &elements
);

Parametri

  • size
    Il numero iniziale di elementi del valore JSON.

  • elements
    Un vettore di valori JSON,

Valore restituito

Un valore di matrice JSON vuoto

Requisiti

Intestazione: json.h

Spazio dei nomi: web::json

Vedere anche

Riferimenti

Classe value