fx/pkg/reducer/ruby.rb
2022-05-08 15:13:09 +02:00

7 lines
80 B
Ruby

require 'json'
x = JSON.parse(STDIN.read)
# Reducers %v
puts JSON.generate(x)