I was writting some extra tests for the python rest client and checking what are the types allowed. The boolean, strings, integers and floats seem to be OK when the client receives the JSOn from the server. But if I serialize a date or datetime, I have no way to know whether I must do a casting the data to a datetime object or whether it's simply a string containing a date. What should I do? Are the dates handled in a different way?
-- Javier de la Rosa http://versae.es _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

