Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
The jslt library offers the ability to customize the object filtering. By default, empty array, empty object and null values are filtered out. We can customize it with a custom JsonFilter.
The attached PR implements a way to pass a custom object filter to the JsltComponent and provides unit tests