cacheFormatFieldJson

If org.veupathdb.lib.cli.diamond.opts.output_format.FormatField values are going to be parsed frequently, it may be worthwhile to cache the JSON string to enum value mapping to speed up those translations.

By default, a given JSON string will be compared to both short and long form representations of each FormatField entry, meaning up to 152 possible string comparison tests per input.