I have a situation were I want to convert a string into an SortedMap<String,SortedMap<String,Object>>. In my string can have an number of word which I want to be added into an sorted Map.
String s2="{ age={}, city={City=1.4054651}, phoneno={}, zip={Zip=0.30685282}, name={}}";
please help me.
1 Answer