Skip to content

Latest commit

 

History

History

Documentation

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 JSON enum // TODO
  • Writing your own custom parser // TODO
  • More complex parsers // TODO

Common Gotchas