Parser<Map<String, JSON>> objectElements() => ref0(objectElement) .starSeparated(char(',').trim()) .map((list) => Map.fromEntries(list.elements));