Método value::array
Crie uma matriz JSON vazia
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
);
Parâmetros
size
O número inicial de elementos valor JSONelements
Um vetor de valores JSON
Valor de retorno
Um valor de matriz JSON vazia
Requisitos
Cabeçalho: json.h
web::json deNamespace: