Redis – Validate and format a JavaScript object to a JSON format
I have to send a given javascript object from angular to backend(nestJS), { service: { port: 3080, }, datasource: { m3: { rest: { url: 'https://se/', username: 'di.com', password: 'B4', }, }, postgraphile: { url: 'https://gl', hostname: 'sg', port: 1133,…