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