Project

jy

0.0
No commit activity in last 3 years
No release in over 3 years
JSON2YAML/YAML2JSON transcoder
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.6.0, ~> 1.6
 Project Readme

jy

JSON2YAML and YAML2JSON parser written in Ruby

Installation

$ git clone https://github.com/blufor/jy.git
$ sudo cp jy/jy /usr/local/bin/

Usage

jy expects the data on STDIN. It also detects the data format, so if you supply it with JSON, it'll output YAML and vice versa. Example:

$ jy < json.fil

or

$ some_command_that_outputs_json_or_yaml | jy