Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-01-31 17:39
Flavor·Python

r"
([^\s:,]+)(?#get field) :[ ]*(?#get separator) ([^,\{\}\n\[\]\s][^,\n]*)(?#get value)
"
gx
Open regex in editor

Description

Obtem os valores de campo e valor de um JSON. Nao trata arrays, apenas objetos.

Submitted by anonymous