mirror of
https://github.com/samsonjs/bin.git
synced 2026-03-25 07:55:47 +00:00
5 lines
82 B
Ruby
Executable file
5 lines
82 B
Ruby
Executable file
#!/usr/bin/env ruby -w
|
|
|
|
require 'json'
|
|
|
|
puts JSON.generate(JSON.parse(ARGF.read))
|