diff --git a/Source/Shared/Extensions/JSON+Cache.swift b/Source/Shared/Extensions/JSON+Cache.swift index 88a061d..9984bc2 100644 --- a/Source/Shared/Extensions/JSON+Cache.swift +++ b/Source/Shared/Extensions/JSON+Cache.swift @@ -1,7 +1,7 @@ import Foundation -/// A configuration enum -public enum CacheJSONOptions { +/// A configuration struct +public struct CacheJSONOptions { /// Options used when creating Foundation objects from JSON data public static var readingOptions: NSJSONReadingOptions = NSJSONReadingOptions() /// Options for writing JSON data.