From 4cfeb23c6638e46016f2da154f01e007396ce7a6 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Sun, 12 Jan 2020 18:06:12 +0000 Subject: [PATCH] Tweak README intro --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e0a628ec..25bc0768 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ SBJson 5 ======== -JSON (JavaScript Object Notation) is a light-weight data interchange format -that's easy to read and write for humans and computers alike. This library -implements stream/chunk-based JSON parsing and generation in Objective-C. +Chunk-based JSON parsing and generation in Objective-C. [![CircleCI](https://circleci.com/gh/SBJson/SBJson.svg?style=svg)](https://circleci.com/gh/SBJson/SBJson) [![codecov.io](http://codecov.io/github/SBJson/SBJson/coverage.svg?branch=master)](http://codecov.io/github/SBJson/SBJson?branch=master)