jsonValues constant

String const jsonValues

Generation mode that creates JSON value files.

This mode generates:

  • JSON files containing flattened key-value pairs
  • One JSON file per language

Value: 'json-values'

Use this mode when you need JSON output instead of Dart code, for example when integrating with other systems or frameworks.

Implementation

static const String jsonValues = 'json-values';