swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

JSON5 #70

Open mickeyl opened 2 years ago

mickeyl commented 2 years ago

It would be great, if this library could eventually support JSON5, which comes with a bundle of amazing features.

Foundation on macOS supports it by now (through .json5Allowed), but it looks like swift-corelibs-foundation doesn't (yet?).