quotedCurly property

Parser quotedCurly

Implementation

Parser get quotedCurly => (string("'{'") | string("'}'")).map((x) => x[1]);