objectList method

Parser objectList()

Implementation

Parser objectList() =>
    ref0(object) & (string(',').trim() & ref0(object)).star().trim();