pair2 method

Parser<List> pair2()

Implementation

Parser<List> pair2() => keyToken2() & char(':').trim() & ref0(jsonValue2);