Introduction Everybody knows JSON, it’s a simple serialization format and the default format for REST APIs. Like many other topics, there are fine points you should know in order to work with JSON more effectively and avoid common mistakes.
In this article we’ll explore some big picture aspects and some low level details of using JSON.
Serialization Before diving into JSON, I’d like to take a look at serialization in general and discuss common mistakes I’ve seen my customers make.
Continue reading