POData includes a JsonLightODataWriter class, but it does not implement the writeServiceDocement() method. Instead, this is inherited from the JsonODataV1Writer class, so it looks like there isn't support for JsonLight with service documents? When I request a service document, no matter what type of json I set $format to, I get back something that looks like:
{d:
{
EntitySet:
[
"Entity1",
"Entity2",
"Entity3"
]
}
}
which I think is the old style Json.
Thanks!