I have a huge amount of JSON data with me.
Is it good to serialize a JSON object on the server side?
No. JSON is already serialized to that point format.
If you have data other than JSON that you want to deliver to the client, then if this is not a string, you need to serialize it so that it is in the transmitted format.
source share