Fatal error: Can’t compare indices belonging to different collections:

I seem to have resolved the issue by using

for (key,subJson):(String, JSON) in inputJSON.dictionaryValue {

instead of

for (key,subJson):(String, JSON) in inputJSON {

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top