8000 Services return JSON in Pascal Case instead of Camel Case · Issue #82 · fcatae/Arda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Services return JSON in Pascal Case instead of Camel Case #82
@fcatae

Description

@fcatae

Client relies on JSON using PascalCase instead of camelCase:

            services.AddMvc()
                .AddJsonOptions(opts =>
                {
                    opts.SerializerSettings.ContractResolver = new Newtonsoft.Json.Serialization.DefaultContractResolver();
                });

This does not follow the general guidelines for REST API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0