Open celalemre opened 5 years ago
If validation succeeds, you still get an error like "interface {} is []interface {}, not []map[string]interface {}", to fix this I did a type check on the variable jsArray and returned the expected result based on that.
If validation succeeds, you still get an error like "interface {} is []interface {}, not []map[string]interface {}", to fix this I did a type check on the variable jsArray and returned the expected result based on that.