mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-01-12 22:45:56 +08:00
Documentation
Argo allows you to easily decode loosely typed structures into strongly typed models. When paired with functional programming concepts, Argo becomes a beautiful way to decode JSON from network responses into your application models. The following guides will teach you how to use Argo and how powerful it can be.
High Level Concepts
Basic Usage
Advanced Usage
- Decoding root keys
- Decoding Enums
- Understanding the Decode operators // TODO
- Interacting with the
JSONenum // TODO - Writing your own custom parser // TODO
- More complex parsers // TODO