Variable jsonParser

jsonParser: {
    parseJSON: ((data, source, store) => void);
}

Type declaration

  • parseJSON: ((data, source, store) => void)
      • (data, source, store): void
      • Parameters

        • data: any
        • source: any
        • store: any

        Returns void