Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-03-29 15:46
Flavor·ECMAScript (JavaScript)

/
(("|]|}|\.|(\d|\.|-|:)\s*\d)\s*,|{)\s*(")?([^":\n]+?)(")?\s*:
/
g
Open regex in editor

Description

Regex to quote keys to parse a string of relaxed JSON. Rules:

  • No ':', '"' or newline in keys allowed
Submitted by Lars Willighagen