1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 05:40:32 +05:30
yattee/Extensions/TypedContentAccessors.swift

7 lines
124 B
Swift
Raw Normal View History

2021-07-08 04:09:18 +05:30
import Siesta
import SwiftyJSON
extension TypedContentAccessors {
var json: JSON { typedContent(ifNone: JSON.null) }
}