Is there a way to create a Keypath from a String in Swift 4 to access a value in a struct by its path or variable name
Finally I found out that I should use CodingKeys instead of KeyPaths to access the a value of a variable of a struct by String
Thanks in advance, Michael