module Bootsnap::CompileCache::JSON

def input_to_output(data, kwargs)

def input_to_output(data, kwargs)
  ::JSON.parse(data, **(kwargs || {}))
end