Narek Mailian

1pod

Juice

Juice is a modern and simple JSON Encoder / Decoder for Swift 3 Features: * Written to take full advantage of Swift's ability to throw errors. * If a required parameter is missing or the wrong type, Juice will tell you exactly which model and key - for easy debugging. * Easy to use. No weird <*> <|?> <:3>-operators. Just use decode, Juice will figure out the rest. * Ability to transform values when encoding / decoding. * ...and of course many, many test cases!

License: MIT

  • Swift