Classes
The following classes are available globally.
-
Declaration
Swift
public final class Constructor
-
See moreCodable
-styleDecoder
that can be used to decode aDecodable
type from a givenString
and optional user info mapping. Similar toFoundation.JSONDecoder
.Declaration
Swift
public class YAMLDecoder
extension YAMLDecoder: TopLevelDecoder
-
Class responsible for emitting libYAML events.
See moreDeclaration
Swift
public final class Emitter
-
See moreCodable
-styleEncoder
that can be used to encode anEncodable
type to a YAML string using optional user info mapping. Similar toFoundation.JSONEncoder
.Declaration
Swift
public class YAMLEncoder
-
Parses YAML strings.
See moreDeclaration
Swift
public final class Parser
-
Class used to resolve nodes to tags based on customizable rules.
See moreDeclaration
Swift
public final class Resolver
-
Tags describe the the type of a Node.
See moreDeclaration
Swift
public final class Tag
extension Tag: CustomStringConvertible
extension Tag: Hashable