Ignore Null in JSON Modules in Adobe Fusion | Community
Skip to main content
Level 3
February 5, 2026
Solved

Ignore Null in JSON Modules in Adobe Fusion

  • February 5, 2026
  • 1 reply
  • 20 views

Is it possible to make JSON Modules in Adobe Fusion ignore null values? 

So, in the outputted JSON String, we need the parameters that are empty to be removed from the output JSON, rather than simply having an empty value.

I can’t see any settings in the modules, so would appreciate anyone who has found a solution.  

 

 

Best answer by VipinJayanarayanan

You can use the ignore keyword available under the General tab in the mapping panel.

This allows you to conditionally exclude fields from the JSON output. If a value is empty or null, you can set the mapping to ignore it so the parameter is completely removed instead of being sent with an empty value.

 

1 reply

VipinJayanarayanan
Adobe Employee
VipinJayanarayananAdobe EmployeeAccepted solution
Adobe Employee
February 5, 2026

You can use the ignore keyword available under the General tab in the mapping panel.

This allows you to conditionally exclude fields from the JSON output. If a value is empty or null, you can set the mapping to ignore it so the parameter is completely removed instead of being sent with an empty value.

 

RobertDyAuthor
Level 3
February 5, 2026

@VipinJayanarayanan , you’re a lifesaver!

Thank you.
Rob