Back to Library
Data

Simple JSON Object

Matches a simple flat JSON object (basic approximation).

Pattern
\{\s*"[^"]+"\s*:\s*(?:"[^"]+"|\d+|true|false|null)\s*\}

Test Cases

{"key": "value"} Match

Try it Live

Test and customize this pattern in our interactive editor

Open in Editor