You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ JSON in Java [package org.json]
15
15
16
16
[JSON](http://www.JSON.org/) is a light-weight language-independent data interchange format.
17
17
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.
19
19
20
20
Project goals include:
21
21
* Reliable and consistent results
@@ -102,6 +102,10 @@ For more information, please see [NOTES.md](https://github.com/stleary/JSON-java
102
102
103
103
For more information on files, please see [FILES.md](https://github.com/stleary/JSON-java/blob/master/docs/FILES.md)
104
104
105
+
# Interview Practice Problems
106
+
107
+
[Pretty Json](https://www.interviewbit.com/problems/pretty-json/) - Problem asked in Microsoft & Facebook
108
+
105
109
# Release history:
106
110
107
111
For the release history, please see [RELEASES.md](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
0 commit comments