Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).