Hierarchy

  • JSON2

Index

Methods

Static decode

  • decode(text: string): any
  • Parameters

    • text: string

    Returns any

Static encode

  • encode(value: any): string
  • Parameters

    • value: any

    Returns string

Static stiPopulateObject

  • stiPopulateObject(json: any, object: any): void
  • Parameters

    • json: any
    • object: any

    Returns void

Generated using TypeDoc