Skip to content

Commit 111817e

Browse files
authored
Add SonarCloud analysis badge to README
1 parent 2fb913f commit 111817e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![.NET](https://img.shields.io/badge/.NET-Standard%202.0%20%7C%208.0%20%7C%209.0-purple.svg)](https://dotnet.microsoft.com/)
66
[![Release NuGet Package](https://github.com/adomorn/StructuredJson/actions/workflows/release.yml/badge.svg)](https://github.com/adomorn/StructuredJson/actions/workflows/release.yml)
7+
[![SonarCloud analysis](https://github.com/adomorn/StructuredJson/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/adomorn/StructuredJson/actions/workflows/sonarcloud.yml)
78

89
A powerful .NET library for creating, reading, and updating JSON objects using a path-based API. Built with `Dictionary<string, object?>` as the underlying data structure and `System.Text.Json` for modern, high-performance serialization.
910

0 commit comments

Comments
 (0)