- Log in to post comments
User bio
404 bio not found
Member since Jun 10
Posts:
msoy has not published any posts yet.
Replies:
Certifications & Credly badges:
msoy has no Certifications & Credly badges yet.
Followers:
msoy has no followers yet.
Following:
msoy has not followed anybody yet.
I fought this exact mixed JSON structure issue in Cache last week! The trick is a pre-check with \(ISOBJECT/\)ISARRAY before your iterator loop to normalize both formats first. I wrote a quick utility block that converts the error object variant into an array so one single iterator can handle every error entry without separate logic blocks. If you want I can share the snippet I used to standardize the payload shape.