Literal object can be sent from client to server by JSON.stringify();
And Others side String json file from server we can convert to literal object by JSON.parse()
Literal object can be sent from client to server by JSON.stringify();
And Others side String json file from server we can convert to literal object by JSON.parse()