From f2841492d63a4cb1baf3cf71aebdb7200dc60292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:27:01 +0000 Subject: [PATCH] Remove false statement about Serde.jl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780e072..1a93605 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JSON.jl -This package provides for parsing and printing JSON in pure Julia. See also alternative packages [JSON3.jl](https://github.com/quinnj/JSON3.jl), and [Serde.jl](https://github.com/bhftbootcamp/Serde.jl) (based on the Serde Rust library that handles more formats than just JSON). +This package provides for parsing and printing JSON in pure Julia. See also alternative packages [JSON3.jl](https://github.com/quinnj/JSON3.jl), and [Serde.jl](https://github.com/bhftbootcamp/Serde.jl). [![Build Status](https://github.com/JuliaIO/JSON.jl/workflows/CI/badge.svg)](https://github.com/JuliaIO/JSON.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![codecov.io](http://codecov.io/github/JuliaIO/JSON.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaIO/JSON.jl?branch=master)