class Sprockets::Manifest

def json_decode(obj)

def json_decode(obj)
  JSON.parse(obj, create_additions: false)
end