Skip to content

Commit b732188

Browse files
author
ASAlisha
authored
Added new resource to this repos.
Added resource in the correct format.
1 parent 5369442 commit b732188

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ JSON in Java [package org.json]
1515

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

18-
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.
18+
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.
1919

2020
Project goals include:
2121
* Reliable and consistent results
@@ -102,6 +102,10 @@ For more information, please see [NOTES.md](https://github.com/stleary/JSON-java
102102

103103
For more information on files, please see [FILES.md](https://github.com/stleary/JSON-java/blob/master/docs/FILES.md)
104104

105+
# Interview Practice Problems
106+
107+
[Pretty Json](https://www.interviewbit.com/problems/pretty-json/) - Problem asked in Microsoft & Facebook
108+
105109
# Release history:
106110

107111
For the release history, please see [RELEASES.md](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)

0 commit comments

Comments
 (0)