object method

Parser<List> object()

Implementation

Parser<List> object() =>
    char('{').trim() & ref0(members).optional() & char('}').trim();