Skip to content

Instantly share code, notes, and snippets.

@dlucian
Created February 11, 2022 11:14
Show Gist options
  • Save dlucian/899c41887bc3ff196c2593f2cbb7474f to your computer and use it in GitHub Desktop.
Save dlucian/899c41887bc3ff196c2593f2cbb7474f to your computer and use it in GitHub Desktop.
Regular expression to match JSON and Javascript Literal object
^{\s*(\s*"?([a-zA-Z0-9]+)"?:\s*"\S+",?)+\s*"?([a-zA-Z0-9]+)"?:\s*"\S+"\s*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment