JSON
-
Software Development
The importance of a data format: Part I – Current state problems
JSON is a really simple format. It make it very easy to work with it, interchange it, read it, etc.…
Read More » -
Software Development
jq: Cannot iterate over number/string and number cannot be added
In my continued parsing of meetup.com’s JSON API I wanted to extract some information from the following JSON file: $…
Read More » -
Software Development
jq: Filtering missing keys
I’ve been playing around with the meetup.com API again over the last few days and having saved a set of…
Read More » -
.NET
Serialisation – JSON in C#, using Json.NET
Last week we compared a number of different data-interchange formats and I explained why my current favourite is JSON. JSON’s…
Read More » -
.NET
Serialisation – Comparing XML, SDL, TOML, JSON
Script files are an important asset for a lot of games. There are a lot of different uses for script…
Read More » -
.NET
Visual Studio tip: paste json/xml file as class
I’m a long time listener of .NET rocks and today during my drive to work while listening to TDD on…
Read More » -
.NET
Performance oriented .NET XML and JSON serialization
Microsoft .NET framework provides multiple out-of-the-box data serializers for data transformations. The most famous one used since .NET 1.0 version…
Read More » -
.NET
ASP.net MVC3: Doesn’t Deserialize Nullable Properties from Json
A couple of days ago I noticed that the Nullable properties of a C# object were not properly deserialized when…
Read More » -
.NET
Posting JSON Data to an ASP.net MVC 3 Web Application
The trend in today’s web application development goes more and more in the direction of having rich, desktop-like applications. There…
Read More »