himura / twitter-types

This library treats the Twitter JSON API in the Haskell way.
24 stars 28 forks source link

Add ToJSON instances that form an isomorphism with FromJSON #14

Closed bitemyapp closed 9 years ago

bitemyapp commented 9 years ago

This is terribly inconvenient and prevents me doing something as simple as serializing the data into JSON that will "just work" with the library.

glasserc commented 9 years ago

I think this can be closed, right?

bitemyapp commented 9 years ago

@glasserc I see some ToJSON instances, but no idea the extent of the coverage.

I'll close it for now and re-open if it I bump into problems.

Cheers :)