Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonParserGlobalContext

Json Parser Global Context used by JsonParser.transform to store global information.

Hierarchy

  • JsonParserGlobalContext

Index

Properties

globalUnresolvedObjectIdentities

globalUnresolvedObjectIdentities: Set<string>

Map used to store unresolved object identities defined by JsonIdentityInfo.

globalValueAlreadySeen

globalValueAlreadySeen: Map<string, any>

Map used to restore object circular references defined by JsonIdentityInfo.

Generated using TypeDoc