for example, I have a string "abaafedf {"name": peter, "jobs": {"title": "supervisor", "age": 45}}"
I want to extract the {"name": peter, "jobs": {"title": "supervisor", "age": 45}} with the regular. I don"t know how to write this regular expression