pod: add Object support
Allow to deserialize an object pod to a Value::Object.
@ryuukyu : Turns out this Visitor patterns makes adding Object support quite easy!
I'll add an example of deserialization to an actual struct
tomorrow but you can already take a look.