harlanhaskins/swon
This is a proof of concept for Swift Object Notation (`.swon`), a data interchange format similar to JSON, except with Swift syntax.
Why?
This is not a serious project. Much of it is Codable boilerplate and a very simple and inefficient parser built on top of SwiftSyntax.
Usage
SWON vends SWONEncoder and SWONDecoder classes, similar to JSONEncoder and JSONDecoder. It's intended to work as closely to JSON Codable as possible, without many of the configuration features and niceties.
Package Metadata
Repository: harlanhaskins/swon
Default branch: main
README: README.md