Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undr/json_inspector
Console tool for inspecting JSON.
https://github.com/undr/json_inspector
Last synced: about 1 month ago
JSON representation
Console tool for inspecting JSON.
- Host: GitHub
- URL: https://github.com/undr/json_inspector
- Owner: undr
- License: mit
- Created: 2016-05-25T11:56:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T20:00:46.000Z (over 8 years ago)
- Last Synced: 2024-04-25T08:43:04.278Z (8 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Json Inspector
[![Build Status](https://travis-ci.org/undr/json_inspector.svg?branch=master)](https://travis-ci.org/undr/json_inspector)
Console tool for inspecting JSON.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'json_inspector', group: :development
```And then execute:
```
$ bundle
```Or install it yourself as:
```
$ gem install json_inspector
```## Usage
Run `bundle exec inspect ./path/to/json/file` to load JSON file into inspector.
## Development
After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake spec` to run the tests. Run `bundle exec inspect` to use the gem in this directory, ignoring other installed copies of this gem.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/undr/json_inspector.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).