Skip to content

Commit d6c6f08

Browse files
committed
change project name, update readme
1 parent 52338af commit d6c6f08

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Java-JsonPojo-Example/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ Click **Finish** button to finish the importing
1313

1414
Open the **JsonPojoUtils.java**
1515

16-
**Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method
17-
16+
**Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method
1817
Source code are described in ## [Convert Java Objects To JSON And Vice Versa] http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"# Java-Examples"
22
## Java-JsonPojo-Example
3-
This small project contains examples how to convert Java object, Hashmap, List to JSON and vice versa. It also contains examples about how to work with files.
4-
See ## [Convert Java Objects To JSON And Vice Versa] http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
3+
This small project contains examples how to convert Java object, Hashmap, List to JSON and vice versa. It also contains examples about how to work with files.
4+
See ## [Convert Java Objects To JSON And Vice Versa] http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
55

0 commit comments

Comments
 (0)