11 12 13
# File 'lib/source_map/map.rb', line 11 def self.from_json(json) from_hash JSON.parse(json) end