JSON Serialization in Rails – PART 1
What is JSON? JSON (JavaScript Object Notation) is a format that can be used to store or exchange data. It is easy to read by humans and easy to parse by machines, which is why a lot of APIs use JSON. What does the term Serialization refer to? Serialization...