https://github.com/edonv/jsonvalue
A container type for generic, untyped JSON data.
https://github.com/edonv/jsonvalue
codable json swift
Last synced: about 1 year ago
JSON representation
A container type for generic, untyped JSON data.
- Host: GitHub
- URL: https://github.com/edonv/jsonvalue
- Owner: edonv
- License: mit
- Created: 2022-07-10T15:48:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:46:45.000Z (about 2 years ago)
- Last Synced: 2025-06-18T18:05:22.776Z (about 1 year ago)
- Topics: codable, json, swift
- Language: Swift
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSONValue
[](https://swiftpackageindex.com/edonv/JSONValue)
[](https://swiftpackageindex.com/edonv/JSONValue)
## Description
`JSONValue` is a container type for generic, untyped JSON data. It works with Apple's [Codable](https://developer.apple.com/documentation/foundation/archives_and_serialization/encoding_and_decoding_custom_types) and contains a number of convenience functions.