array method

Parser<List> array()

Implementation

Parser<List> array() =>
    char('[').trim() & ref0(elements).optional() & char(']').trim();