Hi ggiloyan89,
It sounds like you have a json object, so you could use the web::json::value::has_field function to check if an object has a field. You can look up fields using the json::value::at(...) or operator[] functions. There are a few examples as well on this wiki documentation page.
Steve
It sounds like you have a json object, so you could use the web::json::value::has_field function to check if an object has a field. You can look up fields using the json::value::at(...) or operator[] functions. There are a few examples as well on this wiki documentation page.
Steve