Structureswift-package-manager 6.0.3Basics
SerializedJSON
Wrapper type representing serialized escaped JSON strings providing helpers for escaped string interpolations for common types such as AbsolutePath
.
struct SerializedJSON
Wrapper type representing serialized escaped JSON strings providing helpers for escaped string interpolations for common types such as AbsolutePath
.
struct SerializedJSON
import Basics
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
protocol ExpressibleByExtendedGraphemeClusterLiteral : ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single extended grapheme cluster.
protocol ExpressibleByStringInterpolation : ExpressibleByStringLiteral
A type that can be initialized by string interpolation with a string literal that includes expressions.
protocol ExpressibleByStringLiteral : ExpressibleByExtendedGraphemeClusterLiteral
A type that can be initialized with a string literal.
protocol ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single Unicode scalar value.
init(stringInterpolation: StringInterpolation)
init(stringLiteral: String)
struct StringInterpolation
init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)