module Fiona7 module AttributeWriters module Helpers class JsonSerializer def call(input) input.to_json end end end end end