mirror of
https://github.com/antonmedv/fx
synced 2024-11-01 21:40:20 +00:00
7 lines
80 B
Ruby
7 lines
80 B
Ruby
require 'json'
|
|
x = JSON.parse(STDIN.read)
|
|
|
|
# Reducers %v
|
|
|
|
puts JSON.generate(x)
|