{"id":19120200,"url":"https://github.com/tcd/json_table_format","last_synced_at":"2026-06-04T10:30:16.152Z","repository":{"id":101433139,"uuid":"445875573","full_name":"tcd/json_table_format","owner":"tcd","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-10T23:53:53.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T08:14:15.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-08T16:49:50.000Z","updated_at":"2022-01-10T23:53:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cdb38f6-f7a6-42e4-9eb8-76cf45764589","html_url":"https://github.com/tcd/json_table_format","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson_table_format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson_table_format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson_table_format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson_table_format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcd","download_url":"https://codeload.github.com/tcd/json_table_format/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177055,"owners_count":19760308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T05:13:13.002Z","updated_at":"2026-06-04T10:30:16.122Z","avatar_url":"https://github.com/tcd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JsonTableFormat\n\n[![Gem](https://img.shields.io/gem/v/json_table_format)][rubygems]\n[![Build Status](https://travis-ci.org/tcd/json_table_format.svg?branch=master)][travis-ci]\n[![Coverage Status](https://coveralls.io/repos/github/tcd/json_table_format/badge.svg?branch=master)][coveralls]\n[![License](https://img.shields.io/github/license/tcd/json_table_format)][license]\n[![Documentation](http://img.shields.io/badge/docs-rubydoc.info-blue.svg)][docs]\n\n[rubygems]: https://rubygems.org/gems/eddy\n[travis-ci]: https://travis-ci.org/tcd/eddy\n[coveralls]: https://coveralls.io/github/tcd/eddy?branch=master\n[license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt\n[docs]: https://www.rubydoc.info/gems/json_table_format/0.1.0\n\n## given this input:\n\n```json\n{ \n    \"firstName\": {\n        \"type\": \"string\",\n        \"description\": \"The person's first name.\"\n    },\n    \"lastName\": {\n        \"type\": \"string\",\n        \"description\": \"The person's last name.\"\n    },\n    \"age\": {\n        \"description\": \"Age in years which must be equal to or greater than zero.\",\n        \"type\": \"integer\",\n        \"minimum\": 0\n    }\n}\n```\n\n## produce this output:\n\n```json\n{ \n    \"firstName\": { \"type\": \"string\",  \"description\": \"The person's first name.\" },\n    \"lastName\":  { \"type\": \"string\",  \"description\": \"The person's last name.\" },\n    \"age\":       { \"type\": \"integer\", \"description\": \"Age in years which must be equal to or greater than zero.\", \"minimum\": 0 }\n}\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'json_table_format'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install json_table_format\n\n## Usage\n\nTODO: Write usage instructions here\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/tcd/json_table_format.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fjson_table_format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcd%2Fjson_table_format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fjson_table_format/lists"}