Solved
Forum Discussion
6 Replies
Sort By
- radhika1Contributor
- JHuntCommunity Hero
Hi Radhika,
How would you normally do it if they both had single objects? However you normally would, you should be able to do the same thing but just get the first object out of the the list.
For example:
assert json1.'consumerProfile'.'consumerProfileIdentifier'.'profileID' == json2.'consumerProfile'.'consumerProfileIdentifier'[0].'profileID'
- radhika1ContributorCan you help me how to do this for all objects if possible.