bignerdranch / Freddy

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

Expose toJSONSerializationValue #248

Closed bobspryn closed 6 years ago

bobspryn commented 7 years ago

Seems reasonable to expose 'toJSONSerializationValue' in case a user wants to create an object that can be serialized with JSONSerialization as part of another process, instead of having to use serialize().

Having that need with Moya right now.

davidahouse commented 6 years ago

@sprynmr Sorry for the lack of response on this. Do you still think this is an issue? Sounds like you have a particular use for it, but no-one else has indicated the same need.

zwaldowski commented 6 years ago

Closing due to inactivity and the general state of the repo.