Skip to content

Instantly share code, notes, and snippets.

@cshotton
Created April 11, 2023 11:23
Show Gist options
  • Save cshotton/12f230c7241b6786d938ae2946562b05 to your computer and use it in GitHub Desktop.
Save cshotton/12f230c7241b6786d938ae2946562b05 to your computer and use it in GitHub Desktop.
Regex to Minify JSON
@ymilin
Copy link

ymilin commented Jan 15, 2025

Warning, this regex does not work for every json strings, it:

  • Does not remove white space before array brackets [ ... ], nor commas ,
  • May remove white space inside String values if they are followed by :, { and }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment