For testing and debugging I am trying to put the content of Dictionary to a String. But have no clue hows it going to achieve. Is it possible? If yes, how.
Dictionary is
Just use the description property of CustomStringConvertible as
description
CustomStringConvertible
Note: Prior to Swift 3 (or perhaps before), CustomStringConvertible was known as Printable.
Printable