Skip to content

Commit 26cd176

Browse files
authored
Update README.md
1 parent 879fba3 commit 26cd176

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ JSON in Java [package org.json]
99

1010
[JSON](http://www.JSON.org/) is a light-weight, language independent, data interchange format.
1111

12-
The JSON-Java package is a reference implementation that demonstrates how to parse JSON documents into Java objects, and generate new JSON documents from the Java classes.
12+
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.
1313

1414
Project goals include:
1515
* Reliable and consistent results
16-
* Adhere to the JSON specification
16+
* Adherence to the JSON specification
1717
* Easy to build, use, and include in other projects
1818
* No external dependencies
19-
* Fast execution, low memory footprint
19+
* Fast execution and low memory footprint
2020
* Maintain backwards compatibility
21-
* Designed and tested to use on Java 1.6 - 1.11
21+
* Designed and tested to use on Java versions 1.6 - 1.11
2222

2323
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
2424

0 commit comments

Comments
 (0)