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.
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.