Exemple #1
0
 static Reply<Character, JValue> parse(String str) {
   return parser.parse(State.of(str));
 }