fx/pkg/reducer/ruby.rb

7 lines
80 B
Ruby
Raw Normal View History

2022-04-18 20:57:05 +00:00
require 'json'
x = JSON.parse(STDIN.read)
# Reducers %v
puts JSON.generate(x)