Function writeJson

  • Write object to JSON file.

    Parameters

    • path: string

      path of JSON file

    • json: any

      json value

    • fn: NoParamCallback

      callback (err)

    Returns void

  • Write object to JSON file.

    Parameters

    • path: string

      path of JSON file

    • json: any

      json value

    Returns Promise<void>

Generated using TypeDoc