How do I parse a returned JSON object.. Please help

My server replies {“authentication”:“done”} as a JSON object , how do I parse it using RxJS

JSON.parse(response)
However, RxJS do it itself, if you are sending in the header that your response is json

1 Like

can you please provide me some code ???