﻿# Matches a JSON string
"                         # an open quote  
.*?                       # followed by anything   
(?=(?<!\\)")              # until the closing quote