class LHC::Formats::JSON

def as_json(input)

def as_json(input)
  parse(input, Hash)
end