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