All Projects → jsonapi-rb → jsonapi-serializable

jsonapi-rb / jsonapi-serializable

Licence: MIT license
Conveniently build and efficiently render JSON API resources.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jsonapi-serializable

Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (+141.86%)
Mutual labels:  serialization, json-api, jsonapi
laravel5-jsonapi-dingo
Laravel5 JSONAPI and Dingo together to build APIs fast
Stars: ✭ 29 (-32.56%)
Mutual labels:  serialization, json-api, jsonapi
jsonapi-deserializable
Conveniently deserialize JSON API payloads into custom hashes.
Stars: ✭ 23 (-46.51%)
Mutual labels:  json-api, jsonapi, jsonapi-rb
Jsona
Data formatter that creates simplified objects from JSON or stored reduxObject, creates JSON from the same simplified objects (in according with JSON API specification)
Stars: ✭ 144 (+234.88%)
Mutual labels:  serialization, json-api, jsonapi
Symfony Jsonapi
JSON API Transformer Bundle for Symfony 2 and Symfony 3
Stars: ✭ 114 (+165.12%)
Mutual labels:  serialization, json-api, jsonapi
Jsonapi Rails
Rails gem for fast jsonapi-compliant APIs.
Stars: ✭ 242 (+462.79%)
Mutual labels:  serialization, json-api, jsonapi
Jsonapi Rb
Efficiently produce and consume JSON API documents.
Stars: ✭ 219 (+409.3%)
Mutual labels:  serialization, json-api, jsonapi
php-serializer
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
Stars: ✭ 47 (+9.3%)
Mutual labels:  serialization, json-api, jsonapi
Jsonapi.rb
Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
Stars: ✭ 116 (+169.77%)
Mutual labels:  json-api, jsonapi
Coloquent
Javascript/Typescript library mapping objects and their interrelations to JSON API, with a clean, fluent ActiveRecord-like (e.g. similar to Laravel's Eloquent) syntax for creating, retrieving, updating and deleting model objects.
Stars: ✭ 149 (+246.51%)
Mutual labels:  json-api, jsonapi
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (+344.19%)
Mutual labels:  json-api, jsonapi
Jsonapi Client
JSON API (jsonapi.org) client for Python
Stars: ✭ 63 (+46.51%)
Mutual labels:  json-api, jsonapi
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (+23.26%)
Mutual labels:  json-api, jsonapi
Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (+297.67%)
Mutual labels:  json-api, jsonapi
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (+16.28%)
Mutual labels:  json-api, jsonapi
laravel5-hal-json
Laravel 5 HAL+JSON API Transformer Package
Stars: ✭ 15 (-65.12%)
Mutual labels:  serialization, jsonapi
Redux Json Api
Redux actions, action creators and reducers to make life with JSON APIs a breeze.
Stars: ✭ 374 (+769.77%)
Mutual labels:  json-api, jsonapi
php-json-api
JSON API transformer outputting valid (PSR-7) API Responses.
Stars: ✭ 68 (+58.14%)
Mutual labels:  serialization, json-api
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (+55.81%)
Mutual labels:  serialization, json-api
Reservoir
A back end for your front end: a content repository. Powered by Drupal 8, JSON API and OAuth2.
Stars: ✭ 262 (+509.3%)
Mutual labels:  json-api, jsonapi

jsonapi-serializable

Ruby gem for building and rendering JSON API documents.

Status

Gem Version Build Status codecov Gitter chat

Resources

Installation

# In Gemfile
gem 'jsonapi-serializable'

then

$ bundle

or manually via

$ gem install jsonapi-serializable

Usage and documentation

See jsonapi-rb.org/guides.

License

jsonapi-serializable is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].