turn typescript object into json string January 4, 2023 by Tarik Just use JSON.stringify(object). It’s built into Javascript and can therefore also be used within Typescript.