mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
7 lines
124 B
Swift
7 lines
124 B
Swift
|
import Siesta
|
||
|
import SwiftyJSON
|
||
|
|
||
|
extension TypedContentAccessors {
|
||
|
var json: JSON { typedContent(ifNone: JSON.null) }
|
||
|
}
|