Skip to content

case insensitivity #31

Description

@ransht

Hi,

Is there a way to make the serializer ignore case ?
for example:
I have class
public class Foo
{
public string Bar { get; set; }
}

so all of the examples below will match:
{"bar" : "xxx"}
{"Bar" : "xxx"}
{"BAR" : "xxx"}

Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions