I have a string which is a representation of a clojure map. Is there an easy way to reconstruct the map from the string?
An example of the string –
{:Location {:CountryData {:country_cf 99, :country_code "us", :country "united states"}, :longitude -80.17833, :msa 33100, :dma 528}
Use
read-stringfunction: