Answer the question
In order to leave comments, you need to log in
What happens if you do not encode data in JSON?
I made a small service in react/php.
But then I just thought that usually the client / server communicates using JSON.
PHP -> json_encode($data) ---- JS -> JSON.parse(response)
Answer the question
In order to leave comments, you need to log in