apple / swift-foundation

The Foundation project
Apache License 2.0
2.29k stars 135 forks source link

Add compatibility path for JSONEncoder.sortedKeys behavior change #631

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

Adds a compatibility path within FOUNDATION_FRAMEWORK to use the old sorting behavior for JSONEncoder. This does not affect the open source build

jmschonfeld commented 1 month ago

@swift-ci please test