I changed
config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V3
from V3 to V2 to verify that JSON output is Verbose. However, when I change it back to V3, the output is still verbose, and I have to add
?$format=application/json;odata=verbose
in order to get JSON Light. Tips on how to get it back to the correct version?