Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KeyValue

The properties that define a key value pair.

Properties

Optional key

key: undefined | string

The key of the pair.

Optional value

value: undefined | string

The value of the pair.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: KeyValue): object

getJsonObj