JSONPathParseError Structure Reference
public struct JSONPathParseError : Error, CustomStringConvertible
An error occurred while trying to parse a String into a JSONPath
-
The string that was attempted to be parsed.
Declaration
Swift
public let pathString: String -
Declaration
Swift
public var description: String { get }