News

Recently Edwin posted an experience-based cookbook on best practices for building JSON-based Web Services. No doubt this is a work in progress, but so far the guidelines it provides include: ...
Thomas Steiner, developer relations engineer at Google, recently published a blog post announcing that JSON module scripts were now available in all modern browsers. Developers using the latest ...
Practical ASP.NET Returning Raw JSON Data in Web API with Marten Here's a trick to have Marten automatically deserialize JSON data only when you want it to. By Jason Roberts 02/16/2017 ...
Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 ...
JavaScript Object Notation (JSON) is becoming a popular data interchange format for modern web applications. Many of the mainstream microblogging and social networking web sites use it to supply ...
Here's a quick refresher on how JSON files work and how you can use them to configure AWS services. Normally, I like to use my articles on this site to show you how to accomplish various tasks in an ...
Security researchers have developed a generic technique for SQL injection that bypasses multiple web application firewalls (WAFs). At the core of the issue was WAF vendors failing to add support ...
JsonWebToken Security Bug Opens Servers to RCE The JsonWebToken package plays a big role in the authentication and authorization functionality for many applications.