4 "summary": "Simple, type-safe JSON object representations!",
5 "description": "JSONValue is a simple enum that provides type-safe JSON data access. It incorporates all of the JSON types and provides example syntax on how to best access them. It supports easy null checking while preventing you from having to specify optionals.",
6 "homepage": "https://github.com/Weebly/JSONValue",
12 "Jace Conflenti": "jace@squareup.com"
14 "social_media_url": "http://twitter.com/ketzusaka",
20 "git": "https://github.com/Weebly/JSONValue.git",
24 "JSONValue/JSONValue.swift",
25 "JSONValue/JSONValueCoder.swift",
26 "JSONValue/JSONValueJSONDataCoder.swift"
29 "JSONValue_privacy": [
30 "JSONValue/PrivacyInfo.xcprivacy"
34 "swift_versions": "5.0",
35 "swift_version": "5.0"