I cant get nor set values if I try :
basic_ostream BOS = get_json_from_server(); // the json response from a server
json BOS_json = BOS;
If I am doing something wrong, whats the right way to create a json instance from raw json received from a webserver as basic_ostream?