-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have been looking into removing the dependency on Foundation
from soto
and soto-core
. I got really far without too much trouble, but then realized that this library has a pretty strong dependency on Foundation
that is not easily resolvable as many of the types used here are not available in FoundationEssentials
. Such as NSNumber
, NSNull
, JSONSerialization
.
Not sure what the best approach would be, maybe it would be better to instead use a different JSON library such as IkigaJSON.
Metadata
Metadata
Assignees
Labels
No labels