Return JsonNet type JSON from WebAPI in Orchard
问题 In standard MVC I use JsonNet to return JSON that is in camelCase and sucessfully serializes entities that have related entities (which otherwise reports a "cycles" error" using the default serializer). I'd like to do the same for a WebAPI controller in an Orchard module. By default it returns PascalCase JSON and reports a "cyles" exception when given a list of entities. Can anyone explain how best to configure the JSON output from within the Orchard module, to mimic what JsonNet would