Hi,
I noticed when parsing large JSON string there is a performance issue. String that I'm parsing has around 4 000 lines, and creation of the json_doc is about 6 min . Is it possible in this case to create document in shorter time ?
json_doc = zcl_json_document=>create_with_json( my_large_json ).
Best regards,
Marina