activejsonmodel 0.1.6
A library for creating Active Models that can serialize/deserialize to JSON. This includes full support for validation and change detection through nested models. You can write polymorphic models or arrays of models and get full support for natural serialization. Active JSON Model can optionally be combined with Active Record to create nested child models via JSON/JSONB columns.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activemodel
>= 5.1, < 7.1
activesupport
>= 5.1, < 7.1