NetNewsWire/Frameworks/RSParser/Feeds/JSON/JSONTypes.swift

13 lines
255 B
Swift

//
// JSONDictionary.swift
// RSParser
//
// Created by Brent Simmons on 6/24/17.
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
//
import Foundation
typealias JSONDictionary = [String: Any]
typealias JSONArray = [JSONDictionary]