diff LazyBear/Global functions/ParseJSON.swift @ 349:5ccceb527178

Implementing new internal API
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 14 Apr 2021 23:08:26 +0200
parents d17dd5c28211
children 5f21f7c23c5e
line wrap: on
line diff
--- a/LazyBear/Global functions/ParseJSON.swift	Sun Apr 11 19:56:04 2021 +0200
+++ b/LazyBear/Global functions/ParseJSON.swift	Wed Apr 14 23:08:26 2021 +0200
@@ -7,6 +7,7 @@
 
 import Foundation
 
+
 func parseJSON<T: Decodable>(_ filename: String) -> T {
     let data: Data