RubyFlow The Ruby and Rails community linklog

[ANN] jsonpp 1.1.0

gem install jsonpp

A simple JSON pretty-printer for your console needs. Supports terminal width detection and ANSI coloring.

Example:

$ curl <https://status.github.com/api.json> | jsonpp
{
  "last_message_url": "https://status.github.com/api/last-message.json",
  "messages_url": "https://status.github.com/api/messages.json",
  "status_url": "https://status.github.com/api/status.json"
}

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in