Operador value::operator[]
Acessar um campo de um objeto JSON.
_ASYNCRTIMP value & operator [] (
const utility::string_t &key
);
_ASYNCRTIMP const value & operator [] (
const utility::string_t &key
) const;
_ASYNCRTIMP value & operator [] (
size_t index
);
_ASYNCRTIMP const value & operator [] (
size_t index
) const;
Parâmetros
key
O nome do campo.index
O índice de um elemento na matriz JSON.
Valor de retorno
Uma referência ao valor mantida no campo
Requisitos
Cabeçalho: json.h
web::json deNamespace: