2 "name": "JsonSwiftson",
7 "homepage": "https://github.com/evgenyneu/JsonSwiftson",
8 "summary": "A JSON parser with concise API written in Swift for iOS, macOS, tvOS and watchOS",
9 "description": "JsonSwiftson is a JSON parser that exposes just a single API method `map()` for mapping JSON attributes to various Swift types including arrays.\n\n* Maps JSON text into Swift structures or classes.\n* Keeps the library tiny by using Swift generics and taking advantage of type casting features of the language.\n* Supports casting to optional types.\n* Indicates if the mapping was successful.\n* Makes sure mapping is fast.",
11 "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
14 "git": "https://github.com/evgenyneu/JsonSwiftson.git",
17 "screenshots": "https://raw.githubusercontent.com/evgenyneu/JsonSwiftson/master/Graphics/GithubLogo/json_swiftson_parser.png",
18 "source_files": "JsonSwiftson/JsonSwiftson.swift",