Unosquare
    Show / Hide Table of Contents

    Enum JsonSerializerCase

    Enumerates the JSON serializer cases to use: None (keeps the same case), PascalCase, or camelCase.

    Namespace: Swan.Formatters
    Syntax
    public enum JsonSerializerCase

    Fields

    Name Description
    CamelCase

    The camel case (eg. camelCase)

    None

    The none

    PascalCase

    The pascal case (eg. PascalCase)

    Comments

    Back to top Copyright © 2017-2019 Unosquare