Matches a simple flat JSON object (basic approximation).
\{\s*"[^"]+"\s*:\s*(?:"[^"]+"|\d+|true|false|null)\s*\}
{"key": "value"}
Test and customize this pattern in our interactive editor