Registry / serialization / fast-jsonapi

fast-jsonapi

JSON →
library1.1.1rbrubygemsunverified

JSON API (jsonapi.org) serializer that works with Rails and can serialize any kind of Ruby objects.

gem install fast_jsonapi
INSTALL
IMPORT
SIG · FAST-JSONAPI
F
fast-jsonapi
serializationrubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastJsonapi
✓ require 'fast_jsonapi'

Serialize a Ruby object to JSON API format

require 'fast_jsonapi' class MovieSerializer include FastJsonapi::ObjectSerializer attributes :title, :year end movie = Movie.new(title: 'Inception', year: 2010) puts MovieSerializer.new(movie).serialized_json
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
fast-jsonapi — gem install fast-jsonapi · libregistry