In below content, I need the regex for get the commits content value after match "commits": Please suggest regex pattern for achieve that.
"{"commit":{"id":"f0180cb5d2f71906bc3875f3526a85c73cd4bf35","short_id":"f0180cb5","title":"Update Jenkinsfile","author_name":"Administrator","author_email":"abc@mail.com","created_at":"2017-05-31T07:15:59.000+00:00","message":"Update Jenkinsfile"},"commits":[{"id":"f0180cb5d2f71906bc3875f3526a85c73cd4bf35","short_id":"f0180cb5","title":"Update Jenkinsfile","author_name":"Administrator","author_email":"admin@mail.com","created_at":"2017-05-31T07:15:59.000+00:00","message":"Update Jenkinsfile"}],"diffs":[{"old_path":"Jenkinsfile","new_path":"Jenkinsfile","a_mode":"100644","b_mode":"100644","diff":"--- a/Jenkinsfile\n+++ b/Jenkinsfile\n@@ -2,6 +2,7 @@ node('Infrastructure')\n { \n \n \n+//test\n stage 'Checkout' \n try\n {\t\n","new_file":false,"renamed_file":false,"deleted_file":false}],"compare_timeout":false,"compare_same_ref":false}"