• Saves a JSON-Like object into a JSON file.

    Parameters

    • path: string

      The path of the JSON file.

    • content: JSONLike

      The content to save.

    Returns boolean

    • True if operation has successfully worked.

Generated using TypeDoc