Hi,
I have just started exploring the Marshal and tried to build some Demo, using carthage.
But getting error : Ambiguous reference to member 'value(for:inContext:)'
Line of code in my project :
let obj = personsJSON()
let context = DeserializationContext()
let people: [Person] = try! obj.value(for: "people", inContext: context) // Getting error on this line
Can you please check and let me know whats the issue.
Thank you
Nitesh