Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonAdapterSettingsInput

The settings for JsonFileAdapter or SyncJsonFileAdapter: beautify - should the generated json be beautified (default: false) beautify_space - the space to indent the json with (default: 2)

This is the input version of the interface. It gets applied all default values when passed to a JsonFileAdapter or SyncJsonFileAdapter

author

Nicolas Schmidt <@nsc-de>

see

JsonFileAdapter

see

SyncJsonFileAdapter

Hierarchy

  • JsonAdapterSettingsInput

Index

Properties

Optional beautify

beautify: undefined | false

Should the generated json be beautified?

author

Nicolas Schmidt <@nsc-de>

see

JsonAdapterSettingsInput - 👩‍👦 the parent interface

Optional beautify_space

beautify_space: undefined | number

How many spaces should be used to indent the generated json

author

Nicolas Schmidt <@nsc-de>

see

JsonAdapterSettingsInput - 👩‍👦 the parent interface

Generated using TypeDoc