bignerdranch / Freddy

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

Make JSONSerialization.makeJSON public #236

Closed radex closed 7 years ago

radex commented 7 years ago

Fixes #185.

radex commented 7 years ago

Any chance of merging this? Important for my use case :(

mdmathias commented 7 years ago

I'm fine with making makeJSON(with:) public.

@zwaldowski @jgallagher Any complaints?

@radex In the meantime, would you mind updating this branch with the latest from master so that we can merge the PR?

radex commented 7 years ago

@mdmathias done!

mdmathias commented 7 years ago

Excellent. Thanks @radex!

radex commented 7 years ago

Thank you!