Function parsePromise

  • JSON.parse wrapped in Promise Handy if u need to handle error or chain and type guard result

    Parameters

    • data: string

    Returns Promise<Json>

Generated using TypeDoc