Update README.md

This commit is contained in:
Sean Leary 2020-07-25 12:31:20 -05:00 committed by GitHub
parent 26cd17687f
commit 46fe58e912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ JSON in Java [package org.json]
# Overview
[JSON](http://www.JSON.org/) is a light-weight, language independent, data interchange format.
[JSON](http://www.JSON.org/) is a light-weight language independent data interchange format.
The JSON-Java package is a reference implementation that demonstrates how to parse JSON documents into Java objects and how to generate new JSON documents from the Java classes.