Skip to content

Commit

Permalink
Add badges to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
prakanth97 committed Apr 5, 2024
1 parent da82876 commit 261e8a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Ballerina JSON Data Library

[![Build](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-timestamped-master.yml)
[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-data.jsondata)
[![Trivy](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/trivy-scan.yml)
[![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/actions/workflows/build-with-bal-test-graalvm.yml)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-data.jsondata.svg)](https://github.com/ballerina-platform/module-ballerina-data.jsondata/commits/master)
[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/data.jsondata.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fdata.jsondata)

The Ballerina JSON Data Library is a comprehensive toolkit designed to facilitate the handling and manipulation of JSON data within Ballerina applications. It streamlines the process of converting JSON data to native Ballerina data types, enabling developers to work with JSON content seamlessly and efficiently.

## Features
Expand Down

0 comments on commit 261e8a1

Please sign in to comment.