Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-11-16 13:36
Updated·2024-11-16 13:58
Flavor·PCRE2 (PHP)

/
^\s+|\s+$|\s*(,|:|\[|\]|{|})\s*
/
gm
Open regex in editor

Description

transform formatted JSON to one line by removing unneeded spaces.

Submitted by anonymous