# Anviking/Decodable

[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right

Repository: https://github.com/Anviking/Decodable
Canonical: https://ross.abutalabs.com/products/decodable
Language: Swift
License: MIT
License Family: permissive
Topics: swift, json
Last push: 2023-10-23T07:18:46+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4074, "days_push": 1045, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1033, forks 69 (observed 2026-08-28T04:03:18.525311+00:00)

## What it is
A Swift library for strict JSON-to-object mapping using Swift 2 error handling and custom operators. It is inspired by Argo but simpler, and is likely deprecated.

## Use cases
- decode  api responses into swift structs
- parse nested  with keypaths in swift
- map  to model objects with error handling
- handle optional and missing  keys gracefully
- decode arrays of objects from

## When to choose
- maintaining a legacy Swift 2/3 codebase already using it
- you want simple operator-based JSON decoding without functional operators

## When to avoid
- starting a new Swift project - use Codable instead
- you need actively maintained library with modern Swift support

## Facets
- artifact type: library
- maturity: abandoned
- function: serialization, parser
- domain: mobile-development, developer-tools
- platform: -
- tags: decodable, object-mapping, swift-2, deprecated, swift, ios, macos

## Member repositories
- Anviking/Decodable (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:18.525311+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:06:37.009678+00:00, confidence not recorded.
  - readme: https://github.com/Anviking/Decodable (fetched 2026-08-28T04:03:18.525311+00:00, sha c6bd0cdec76e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
