2 "name": "BackspaceJSON",
4 "summary": "Stupid simple access for unCodable JSON objects.",
5 "description": "Codable has made consuming JSON much easier, but there are still cases where\nit's not suitable, such as a configuration file with arbitrary keys and values.\nIn those cases, you just want type-safe access to values without a lot of fuss.\nBackspaceJSON is a tiny (single enum, ~100 lines) framework written in Swift.",
6 "homepage": "https://github.com/mjmsmith/backspace-json",
12 "Mark Smith": "mark@camazotz.com"
14 "social_media_url": "https://twitter.com/camazotzllc",
23 "git": "https://github.com/mjmsmith/backspacejson.git",
26 "source_files": "BackspaceJSON/JSON.swift",
27 "swift_version": "5.0"