bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 120 forks source link

Change JSON.SubscriptingOptions to use lower camelcase #228

Closed a2 closed 7 years ago

a2 commented 7 years ago

According to SE-0006, enum cases and static properties should begin with a lowercase letter. This commit fixes a couple static properties that were not updated in the Swift 3 conversion.

mdmathias commented 7 years ago

Thanks!