Member since
08-03-2017
1
Post
0
Kudos Received
0
Solutions
04-27-2023
04:55 AM
I'm receiving an array of the Json objects like [{"key1":"value1", "key2":"value2"},{...},{...}], all what I'm doing is using SplitJson with the following expression. If you have another structure of a Json your expression could be different, or you should use any transform(f.e. JoltTransform) at first.
... View more