yattee/Extensions/TypedContentAccessors.swift

7 lines
124 B
Swift
Raw Normal View History

2021-07-07 22:39:18 +00:00
import Siesta
import SwiftyJSON
extension TypedContentAccessors {
var json: JSON { typedContent(ifNone: JSON.null) }
}