The current version of [JSON](https://casablanca.codeplex.com/wikipage?title=JSON&referringTitle=Documentation) chapter of the documentation does not explicitly explain all the JSON features live in the namespace web::json. It only sneaks
> all JSON values are represented by the web::json::value class
but later refers to all types using json:: namespace only without the web:: namespace qualifier.
Also, second example in the blog announcing [The C++ REST SDK](http://blogs.msdn.com/b/vcblog/archive/2013/02/26/the-c-rest-sdk-quot-casablanca-quot.aspx) does not compile due to missing web:: qualifier or using namespace web;
This is confusing.
Comments: mloskot, Thanks for reporting this! I'll see what we can do to fix it, should be straight-forward. Niklas
> all JSON values are represented by the web::json::value class
but later refers to all types using json:: namespace only without the web:: namespace qualifier.
Also, second example in the blog announcing [The C++ REST SDK](http://blogs.msdn.com/b/vcblog/archive/2013/02/26/the-c-rest-sdk-quot-casablanca-quot.aspx) does not compile due to missing web:: qualifier or using namespace web;
This is confusing.
Comments: mloskot, Thanks for reporting this! I'll see what we can do to fix it, should be straight-forward. Niklas