mirror of
https://github.com/antonmedv/fx
synced 2024-11-07 09:20:28 +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)
|