RegEx/JSON/String.regex.txt

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