Question
Pegasystems Inc.
JP
Last activity: 18 Apr 2019 0:35 EDT
How to parse two dimensional array JSON message in Pega Platform v8.1
Is there an OOTB way to parse two dimensional array JSON message in Pega Platform v8.1?
The in coming JSON message would looks like below.
{"twoDimensionList":[[{"name":"aaa"},{"name":"bbb"}],[{"name":"ccc"},{,"name":"ddd"}]]}
What would be the clipboard page structure for above JSON message?
How do I access the clipboard item, especially for the second level?
targetPage.twoDimensionList(1).???(1).name
***Edited by Moderator Marissa to update platform capability tags****