Skip to content

Commit

Permalink
Classing the Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
CMiller3 committed Nov 29, 2020
1 parent cbf2d49 commit 6a62d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SwiftyJSON/SwiftyJSON.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public enum Type: Int {

// MARK: - JSON Base

public struct JSON {
public class JSON {

/**
Creates a JSON using the data.
Expand Down

0 comments on commit 6a62d65

Please sign in to comment.