forked from Archives/fx
7 lines
80 B
Ruby
7 lines
80 B
Ruby
require 'json'
|
|
x = JSON.parse(STDIN.read)
|
|
|
|
# Reducers %v
|
|
|
|
puts JSON.generate(x)
|