Skip to content

Instantly share code, notes, and snippets.

@Guillergood
Created August 26, 2020 07:49
Show Gist options
  • Save Guillergood/4c9403bb02744cce7a935696b62f2994 to your computer and use it in GitHub Desktop.
Save Guillergood/4c9403bb02744cce7a935696b62f2994 to your computer and use it in GitHub Desktop.
{
"name": "JSON cleaner",
"match": "\\.json?$",
"regexp": "\".*?\"( )*: (\\[( )*\\]|\\(( )*\\))(,)*(\n)*",
"global": true,
"replace": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment