class SourceMap::Map

def self.from_json(json)

def self.from_json(json)
  from_hash JSON.parse(json)
end