Ga.Output
type t =
| Default
| DataTable
Returns the response in Google Charts Data Table format. This is useful in creating visualization using Google Charts.
| Json
Returns the response in standard JSON format.
val to_string : t -> string
val of_string : string -> t