An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# JSONValue

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fedonv%2FJSONValue%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/edonv/JSONValue)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fedonv%2FJSONValue%2Fbadge%3Ftype%3Dplatforms)](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.