Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonAdapterSettings

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)

author

Nicolas Schmidt <@nsc-de>

see

JsonFileAdapter

see

SyncJsonFileAdapter

Hierarchy

  • JsonAdapterSettings

Index

Properties

beautify

beautify: false

Should the generated json be beautified?

author

Nicolas Schmidt <@nsc-de>

see

JsonAdapterSettings - 👩‍👦 the parent interface

beautify_space

beautify_space: number

How many spaces should be used to indent the generated json

author

Nicolas Schmidt <@nsc-de>

see

JsonAdapterSettings - 👩‍👦 the parent interface

Generated using TypeDoc