ValueFormat: "simple" | "tagged" | "decorated"

tagged declares that type information is transmitted and received by the driver. "simple" indicates it is not - pure JSON is used. "decorated" will cause the service output to be shown in FQL syntax that could hypothetically be used to query Fauna. This is intended to support CLI and REPL like tools.

// example of decorated output
{ time: Time("2012-01-01T00:00:00Z") }