Which of the following will you use to convert returned observables, to json format?
Select the correct answer from below options
a) map(response => response.json())
b) Angular has got super powers in latest versions, and it will automatically convert the returned observables to json by default
c) json.parse(response)
d) None of the options