pair method

Parser<List> pair()

Implementation

Parser<List> pair() => keyToken() & char(':').trim() & ref0(jsonValue);