value::array, méthode
Créer un tableau JSON vide
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
);
Paramètres
size
Nombre initial d'éléments de la valeur JSONelements
Vecteur de valeurs JSON,
Valeur de retour
Valeur de tableau JSON vide
Configuration requise
En-tête : json.h
Espace de noms : web::json