4 "summary": "A modern and simple JSON Encoder / Decoder for Swift 3",
5 "description": "Juice is a modern and simple JSON Encoder / Decoder for Swift 3\nFeatures:\n* Written to take full advantage of Swift's ability to throw errors.\n* If a required parameter is missing or the wrong type, Juice will tell you exactly which model and key - for easy debugging.\n* Easy to use. No weird <*> <|?> <:3>-operators. Just use decode, Juice will figure out the rest.\n* Ability to transform values when encoding / decoding.\n* ...and of course many, many test cases!",
6 "homepage": "https://github.com/rundfunk47/Juice",
12 "Narek Mailian": "narek.mailian@gmail.com"
15 "git": "https://github.com/rundfunk47/Juice.git",
21 "source_files": "Juice/Classes/**/*",
22 "pushed_with_swift_version": "3.0"