Large json file handling via http

Hi all,

I am getting one requirement where the file size 5Mb which has to parsed from source to target.
Source and target system protocols are rest over https and hence it is json request and response.
Now i have to stream the data since more 1MB is not allowed to process as per our design team.
Now somebody help me how to handle this over rest protocol.
Data needs to be streamed and backend also shuld support streaming

Thanks.

Have look at below knowledge document to handle large JSON string or file @Maheshwari_Chinnathambi

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.