This commit is contained in:
Karan Singh 2021-04-20 22:16:01 +05:30 коммит произвёл GitHub
Родитель 3bf2ef3e2c
Коммит b34edadf85
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -4,12 +4,12 @@
1. Open Program.cs file and you will find below Sample methods.
2. Uncomment any of the method in the main to test the features of JsonToJsonMapper
- Complex2ComplexTransformationSample();
- Complex2FlatTransformationSample();
- RoslynSample();
- TransformToUpperCaseParent();
- TransformToLowerCase();
- OneToOneMappingTest();
- RangeMappingTest();
- Complex2ComplexTransformationSample();
- Complex2FlatTransformationSample();
- RoslynSample();
- TransformToUpperCaseParent();
- TransformToLowerCase();
- OneToOneMappingTest();
- RangeMappingTest();