Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions json-modules/json-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ This module contains articles about JSON.
- [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json)
- [A Guide to FastJson](https://www.baeldung.com/fastjson)
- [Check Whether a String is Valid JSON in Java](https://www.baeldung.com/java-validate-json-string)

- More Articles: [[<-- prev]](/json-modules/json)

1 change: 0 additions & 1 deletion json-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>json-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>json-modules</name>
<packaging>pom</packaging>

Expand Down