From fa3e1a173138a9beaa88950c3c917b1cd95baedc Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk <18071010+k-paxian@users.noreply.github.com> Date: Fri, 2 Jun 2023 21:56:27 +0200 Subject: [PATCH] Update README.md --- mapper/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/mapper/README.md b/mapper/README.md index e1fafaf..47e787b 100644 --- a/mapper/README.md +++ b/mapper/README.md @@ -3,7 +3,6 @@ [![pub package](https://img.shields.io/pub/v/dart_json_mapper.svg)](https://pub.dartlang.org/packages/dart_json_mapper) [![Pub Points](https://img.shields.io/pub/points/dart_json_mapper)](https://pub.dev/packages/dart_json_mapper/score) [![Popularity](https://img.shields.io/pub/popularity/dart_json_mapper)](https://pub.dev/packages/dart_json_mapper/score) -[![CodeFactor](https://www.codefactor.io/repository/github/k-paxian/dart_json_mapper/badge)](https://www.codefactor.io/repository/github/k-paxian/dart_json_mapper) This package allows programmers to annotate Dart objects in order to Serialize / Deserialize them to / from JSON.