Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Accessing JSON Data in Workfront Fusion: Is parseJSON Mandatory

Avatar

Level 1

In Workfront Fusion, when adding static JSON data using the createJSON module, is it necessary to use the parseJSON module to retrieve and access the JSON content, or are there built-in methods to directly access the JSON data without parseJSON module ?

2 Replies

Avatar

Level 3

I have used JSONata module for reading/filtering JSON data and it was extremely useful.

 

Give it a try.

 

Thanks,

Antony.

Avatar

Level 2

You don't need parseJSON when using createJSON. The createJSON module outputs structured bundle data that's directly mappable to other modules. Usually, you need to use parseJSON when you have JSON as a string that needs to be converted into a bundle structure, but createJSON already outputs in bundle format.