fieldValue method

Parser<String> fieldValue()

Implementation

Parser<String> fieldValue() => [
  ref0(fieldValueInQuotes),
  ref0(fieldValueInBraces),
  rawString,
].toChoiceParser();