From bba655d425e97510f8ce635ec6240a58f2d9bc23 Mon Sep 17 00:00:00 2001 From: Szymon Date: Sun, 12 Nov 2023 09:10:24 +0100 Subject: [PATCH] Updated package description --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ce48a..ed58add 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CI](https://github.com/ubuntu-flutter-community/jsonc.dart/actions/workflows/ci.yaml/badge.svg)](https://github.com/ubuntu-flutter-community/jsonc.dart/actions/workflows/ci.yaml) [![codecov](https://codecov.io/gh/ubuntu-flutter-community/jsonc.dart/branch/main/graph/badge.svg?token=UPEXMCJDCN)](https://codecov.io/gh/ubuntu-flutter-community/jsonc.dart) -JSON with comments and trailing commas. +A lightweight library for encoding and decoding JSON with comments and trailing commas support. ```dart import 'package:jsonc/jsonc.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 92fd09a..ded2ff3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: jsonc -description: JSON with comments and trailing commas. +description: A lightweight library for encoding and decoding JSON with comments and trailing commas support. homepage: https://github.com/ubuntu-flutter-community/jsonc.dart repository: https://github.com/ubuntu-flutter-community/jsonc.dart issue_tracker: https://github.com/ubuntu-flutter-community/jsonc.dart/issues