Parser<Map<String, Json>> object() => ref0(objectElements) .skip(before: char('{').trim(), after: char('}').trim());