Extensions

The following extensions are available globally.

  • Returns a Boolean value that indicates whether a given object matches the conditions specified by the predicate.

    See more

    Declaration

    Swift

    protocol CollectionType : Indexable, SequenceType
  • Turns a String represented as a collection of Unicode scalars into a nested graph of JSONCoreValues. This is a strict parser implementing ECMA-404. Being strict, it doesn’t support common JSON extensions such as comments.

    Declaration

    Swift

    internal class JSONParser
  • Declaration

    Swift

    struct Dictionary<Key : Hashable, Value> : CollectionType, DictionaryLiteralConvertible
  • Declaration

    Swift

    class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding