parse string

Hello All,

I want to parse the string data written in a custom field and print it in another field. Is it possible?

{"id":"1212","$type":"Issue"}

I only need id data, so I am trying to reach the value 1212.

BR