If you're building a RESTful Web service, you can provide both guidance and control around the JSON messages your service works with by replacing documentation with JSON Schemas. Say what you want ...
If you're building services it's critical that you support the developers who will create and read your service's messages. JSON Schema lets you support the three principles of good message design in ...
I would like to create a project in Visual Studio 2008 for some simple web services that produce JSON responses (i.e. REST), which would run in ASP.NET. Using the VS terminology, this doesn't seem to ...