Skip to content

Commit 6b5a1f0

Browse files
author
howtoprogram
committed
update documents
1 parent 2b280d5 commit 6b5a1f0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Java-JsonPojo-Example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"# Java-JsonPojo-Example"
1+
# Java-JsonPojo-Example
22

33

44
## 1. Import source code into Eclipse

Java-RESTful-Client-Example/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"# Simple Java-RESTful-Client-Example"
1+
# Simple Java-RESTful-Client-Example
22

33

44
## 1. Import source code into Eclipse
@@ -14,7 +14,7 @@ Click **Finish** button to finish the importing
1414
The **BookServiceImplRaw.java** includes all raw examples which we create content as XML, JSON and postto RESTful WS
1515
The **BookServiceImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
1616

17-
Source code are described in ## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
17+
Source code are described in ###[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
1818

1919
# Related articles
20-
## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
20+
###[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,7 +1,7 @@
1-
"# Java-Examples"
1+
# Java-Examples
22
## Java-JsonPojo-Example
33
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.
44
See ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
5-
"# Simple Java-RESTful-Client-Example"
5+
## Simple Java-RESTful-Client-Example
66
This projects contains some examples about implementing RESTful Web Service Clients using java.net.URL package
77
## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

0 commit comments

Comments
 (0)