When we work encode json and encoder that time we need to output as prettyPrinted so how can we do this !
let jsonEncoder = JSONEncoder() jsonEncoder.outputFormatting = .prettyPrinted