JSONObjectPathConvertible
public protocol JSONObjectPathConvertible
Protocol for types that can be expressed as a JSONObjectPath.
-
The
JSONObjectPathrepresentation of this value.Declaration
Swift
var path: JSONObjectPath { get }
View on GitHub