Monday, October 19, 2015

Active Model Serializers, Rails, and JSON! OH MY!

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. In this article, we will learn how to create custom JSON responses with ActiveModel::Serializer. All examples are […]

Continue reading %Active Model Serializers, Rails, and JSON! OH MY!%


by Glenn Goodrich via SitePoint

No comments:

Post a Comment