{"id":22808362,"url":"https://github.com/sixarm/sixarm_ruby_action_dispatch_response_json","last_synced_at":"2026-05-07T10:35:03.455Z","repository":{"id":27228443,"uuid":"30699751","full_name":"SixArm/sixarm_ruby_action_dispatch_response_json","owner":"SixArm","description":"SixArm.com » Ruby » ActionDispatch Response#json method","archived":false,"fork":false,"pushed_at":"2025-04-14T09:17:57.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-23T02:50:35.574Z","etag":null,"topics":["actiondispatch","gem","json","rails","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-12T11:36:02.000Z","updated_at":"2025-04-14T09:18:01.000Z","dependencies_parsed_at":"2025-02-06T00:26:43.671Z","dependency_job_id":"fa9221bc-fe66-491e-8c10-d69aa2d1e885","html_url":"https://github.com/SixArm/sixarm_ruby_action_dispatch_response_json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SixArm/sixarm_ruby_action_dispatch_response_json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_action_dispatch_response_json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_action_dispatch_response_json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_action_dispatch_response_json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_action_dispatch_response_json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_ruby_action_dispatch_response_json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_action_dispatch_response_json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actiondispatch","gem","json","rails","ruby"],"created_at":"2024-12-12T11:09:27.094Z","updated_at":"2026-05-07T10:35:03.437Z","avatar_url":"https://github.com/SixArm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SixArm.com → Ruby → \u003cbr\u003e ActionPack Response#json method\n\n\u003c!--header-open--\u003e\n\n[![Gem Version](https://badge.fury.io/rb/sixarm_ruby_action_dispatch_response_json.svg)](http://badge.fury.io/rb/sixarm_ruby_action_dispatch_response_json)\n[![Build Status](https://travis-ci.org/SixArm/sixarm_ruby_action_dispatch_response_json.png)](https://travis-ci.org/SixArm/sixarm_ruby_action_dispatch_response_json)\n[![Code Climate](https://api.codeclimate.com/v1/badges/20d11dcbdec688a8eb63/maintainability)](https://codeclimate.com/github/SixArm/sixarm_ruby_action_dispatch_response_json/maintainability)\n\n* Git: \u003chttps://github.com/SixArm/sixarm_ruby_action_dispatch_response_json\u003e\n* Doc: \u003chttp://sixarm.com/sixarm_ruby_action_dispatch_response_json/doc\u003e\n* Gem: \u003chttps://rubygems.org/gems/sixarm_ruby_action_dispatch_response_json\u003e\n* Contact: Joel Parker Henderson, \u003cjoel@sixarm.com\u003e\n* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).\n\n\u003c!--header-shut--\u003e\n\n\n## Introduction\n\nThis gem extends ActionPack Response with JSON API methods.\n\nYou can replace this:\n\n    JSON.parse(response.body)\n\nWith this:\n\n    response.json\n\nYou can replace these:\n\n    response.json[\"data\"]\n    response.json[\"errors\"]\n    response.json[\"linked\"]\n    response.json[\"links\"]\n    response.json[\"meta\"]\n\nWith these:\n\n    response.data\n    response.errors\n    response.linked\n    response.links\n    response.meta\n\nFor docs go to \u003chttp://sixarm.com/sixarm_ruby_action_dispatch_response_json/doc\u003e\n\nWant to help? We're happy to get pull requests.\n\n\n\u003c!--install-open--\u003e\n\n## Install\n\n### Gem\n\nTo install this gem in your shell or terminal:\n\n    gem install sixarm_ruby_action_dispatch_response_json\n\n### Gemfile\n\nTo add this gem to your Gemfile:\n\n    gem 'sixarm_ruby_action_dispatch_response_json'\n\n### Require\n\nTo require the gem in your code:\n\n    require 'sixarm_ruby_action_dispatch_response_json'\n\n\u003c!--install-shut--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_action_dispatch_response_json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_ruby_action_dispatch_response_json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_action_dispatch_response_json/lists"}