SwiftDocCJSONPointerStructureJSONPointerA pointer to a specific value in a JSON document.struct JSONPointerDiscussionFor more information, see RFC6901.TopicsInitializersinit(from: [any CodingKey])Creates a JSON pointer given a coding path.init(from: any Decoder) throwsinit(pathComponents: some Sequence<String>)Creates a JSON Pointer given its path components.Instance Propertiesvar description: Stringvar pathComponents: [String]The path components of the pointer.Instance Methodsfunc encode(to: any Encoder) throwsfunc removingFirstPathComponent() -> JSONPointerReturns the pointer with the first path component removed.Enumerationsenum EscapedCharactersAn enum representing characters that need escaping in JSON Pointer values.