Add support for JSON API deserialization (experimental).

This commit is contained in:
Lucas Hosseini
2015-10-06 23:51:54 +02:00
parent 7d4f0c5c8a
commit 20a58d7f5c
7 changed files with 421 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ module ActiveModel
autoload :PaginationLinks
autoload :FragmentCache
autoload :Link
autoload :Deserialization
# TODO: if we like this abstraction and other API objects to it,
# then extract to its own file and require it.