how to fetch specific value from json

Certified Associate Developer

Hi All , 

I have values stored in database in a particular field i.e. say previousValues, like below 

    • "{"name":"xyz","regDate":"2012-07-01","regStatus":"Completed"}"  --   (Text)

      Now my requirement is to fetch regStatus value from this format . 

      How can I achieve this

        Discussion posts and replies are publicly visible