Dictionary

public extension Dictionary
  • Returns a JSON string representation of the dictionary or nil if the dictionary can’t be encoded to a JSON string.

    Declaration

    Swift

    var jsonString: String? { get }