Added new resource to the repos

Added new useful JSON resource.
This commit is contained in:
ASAlisha 2022-11-14 03:26:18 +05:30 committed by GitHub
parent bb1138762a
commit 5369442671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ JSON in Java [package org.json]
[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.
The JSON-Java package is a reference implementation that demonstrates how to parse [JSON documents](https://www.interviewbit.com/problems/pretty-json/) into Java objects and how to generate new JSON documents from the Java classes.
Project goals include:
* Reliable and consistent results