tadzik / JSON-Unmarshal

MIT License
5 stars 9 forks source link

Add trait to specify custom unmarshalling for an attribute #10

Closed jonathanstowe closed 9 years ago

jonathanstowe commented 9 years ago

Hi, As described on IRC last night, here is a simple implementation of traits that can control how an attribute is unmarshalled. I've added a README with examples.

I'm going to do a symmetrical change in JSON::Marshal this afternoon.

Hope that helps.

tadzik commented 9 years ago

Awesome stuff, thanks a lot!

jonathanstowe commented 9 years ago

Cheers matey!