extract data from string

Certified Senior Developer

hi,

i want to know is there any way we can extract data from this kind of string.

"[place_id:519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e,address_line1:London,city:London,address_line2:ENG, United Kingdom,country:United Kingdom,state:England,county:Greater London,formatted:London, ENG, United Kingdom]"

i want to get data as

{

place_id:"519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e", 

address_line1: "London",

city: "London",

address_line2: "ENG, United Kingdom",

country: "United Kingdom",

state: "England",

county: "Greater London",

formatted: "London, ENG, United Kingdom"

}

        Discussion posts and replies are publicly visible

      Parents Reply Children
      No Data