Stringing
It’s a Swift helper to convert structs to strings and vice versa (mostly to use in URLs and Deep Links)
0- Add the Stringing protocol and StringingHelper class to your project.
1- Confirm your Struct to Stringing protocol.
2- Implement the functions like the image below.
3- Now you can convert all parameters to String.
4- Also you can parse all those parameters from Sting URL.