cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard Json Library efficiency.

anmolbhatia003
Participant
0 Kudos
790

Hello Experts,

Few days back I tried to make use of standard JSON library provided by SAP to process data received via REST service in json format.

To my surprise, the JSON.parsekeyvalue was not able to process 300 line items. It took more than 1 hour to be able to process it.

Is there any suggestions?

We have implemented, a custom code to extract data from result received in json format and the custom code executes in just 1/2 min processing around 400 records in one go.

My question here is why the standard library is not able to process just records of 300 ?

Is there any limit of data that library can process?

Accepted Solutions (1)

Accepted Solutions (1)

former_member715559
Discoverer
0 Kudos

Hello Anmol,

Yes there is a restriction on number of Key Values Standard PARSER can take. We have implemented our own custom parser to handle it.

But there is an Influence page to upvote - https://influence.sap.com/sap/ino/#/idea/255288 so SAP can provide solution

This might also help - https://blogs.sap.com/2020/05/23/parse-json-format-in-absl-using-cloud-application-studio/

Thanks

Answers (0)