Jason Larsen

Results 15 comments of Jason Larsen

That is a good point, this is a breaking API change though so we'll have to give it some thought. Do we change this API? Provide new API? Not sure.

Good question. What sort of formats are you getting? I think there are a couple ways you might be able to deal with this: ``` swift let dateString: String =...

Oh yes, 1 was not intended to be elegant and 3 was not supposed to be performant :) I'm not as concerned by providing everything that other JSON decoders provide...

And there's not really a lot of documentation about this but Marshal's intent is not to solely to be a JSON decoding framework, but more general than that—which is why...

All this said, I would love to see a proposal with a new protocol with a function like @bwhiteley suggested, and maybe then we can discuss how the API changes...

Since we're talking about `Unbox`, I think Unbox does a good job of keeping this general with its `UnboxFormatter` protocol. I'd like to be even more general (at least in...

@KingOfBrian I think that could be a good solution, although perhaps not ideal semantically. I'd be ok having some additional API if it's not a huge addition and it adds...

Hey! Yeah, using `map` would be the correct way to do that. As to the addition, I think that looks great. Let us mull it over for a day or...

Hey @pepasflo. I'm good to merge this. Would you be willing to write up a few tests?

This sounds like a cool idea. Would you like to help with it?