defaultJsonIndent top-level constant

String const defaultJsonIndent

Default jsonPretty indent with 2 spaces

Implementation

const String defaultJsonIndent = '  ';