Table of Contents

Class JsonNamingPolicyAsIs

Namespace
Tripous
Assembly
Tripous.dll

A JsonNamingPolicy that leaves property names as they are.

For example: CustomerName is serialized as CustomerName and Customer_Name is serialized as Customer_Name

public class JsonNamingPolicyAsIs : JsonNamingPolicy
Inheritance
JsonNamingPolicyAsIs
Inherited Members
Extension Methods

Methods

ConvertName(string)

Returns the property name unchanged.

public override string ConvertName(string name)

Parameters

name string

Returns

string