How to parse JSON content from Google Doc API
I have a requirement where I need to parse google document using Google Doc API.
Integration of Pega and Google Doc API is done and is successful.
Response of Google Doc API is in JSON format(which is HUGE around 12,000 lines!!!)
Actual word doc length : 390 lines
After conversion/integration with Doc API : 12000 lines (JSON format)
There would be 15-20 such values( highlighted in yellow) that needs to be extracted from JSON content to clipboard, which has to be used in further screens.