Skip to content

Instantly share code, notes, and snippets.

@mt-atkins
Last active April 30, 2020 13:16
Show Gist options
  • Save mt-atkins/f7c1ae1d0da8095315dd9077c97452be to your computer and use it in GitHub Desktop.
Save mt-atkins/f7c1ae1d0da8095315dd9077c97452be to your computer and use it in GitHub Desktop.
json to hcl with regex
(^ )(".*")(: \[)(\n.*\{\n)(.*capa.*")(: )(\[)([\s\S]*?)(\]\n)
path $3 {\n $6 = $8 $9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment