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 ...
SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships. As I noted in an earlier column, JSON is great ...
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 ...