method Body.jsonprivateBody.json(): Promise<any>DeprecatedTakes a Response stream and reads it to completion. It returns a promise that resolves with the result of parsing the body text as JSON. Return TypePromise<any>