This commit is contained in:
sanjeev-microsoft 2023-02-17 11:43:55 +05:30 коммит произвёл GitHub
Родитель ae3d0683cf
Коммит 8ea1964757
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,7 +1,7 @@
[![Build](https://github.com/microsoft/JsonToJsonMapper/actions/workflows/dotnet-build-continuous.yml/badge.svg)](https://github.com/microsoft/JsonToJsonMapper/actions/workflows/dotnet-build-continuous.yml)
[![Build-Samples](https://github.com/microsoft/JsonToJsonMapper/actions/workflows/dotnet-samples-build-continuous.yml/badge.svg)](https://github.com/microsoft/JsonToJsonMapper/actions/workflows/dotnet-samples-build-continuous.yml)
[![Coverage Status](https://coveralls.io/repos/github/microsoft/JsonToJsonMapper/badge.svg?branch=main)](https://coveralls.io/github/microsoft/JsonToJsonMapper?branch=main)
#Please note we are also targeting base json library in .net core going forward
# JsonToJsonMapper
AutoMapper works on JSON format to exchange information between systems. It enables transformation of data from one canonical schema to another and allows integration of different SaaS applications through orchestration.