Metodo value::parse
Costruttore che crea un valore JSON da un flusso di input, analizzandone il contenuto.
_ASYNCRTIMP static value parse(
utility::istream_t &input
);
_ASYNCRTIMP static value parse(
std::istream& stream
);
_ASYNCRTIMP static value parse(
utility::string_t
);
Parametri
input
Il flusso da cui leggere il valore JSON.stream
Il flusso da cui leggere il valore JSON.
Valore restituito
L'oggetto del valore JSON creato dal flusso di input.
Requisiti
Intestazione: json.h
Spazio dei nomi: web::json