mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-04 14:49:36 +01:00
9 lines
145 B
Text
9 lines
145 B
Text
|
|
||
|
|
||
|
Find all stuff between json objects:
|
||
|
|
||
|
\}[^\{\}]*?[^\s,][^\{\}]*?\{
|
||
|
|
||
|
Find all entries not separated by commas:
|
||
|
|
||
|
\}[^\{\},]*?[^,][^\{\},]*?\{
|