Skip to content

Commit 144b6f0

Browse files
authored
Update README.md
1 parent a72aeca commit 144b6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Read data from bytes: 1001,ALI,50001,1002,REZA,50002,1003,JAVAD,50003
4242
```
4343
Ali name is: ALI
4444
Reza name is: REZA
45-
Javad name is: REZA
45+
Javad name is: JAVAD
4646
Data: [object Object],[object Object],[object Object]
47-
JSON: [{"id":1001,"name":"ALI","salary":50001},{"id":1002,"name":"REZA","salary":50002},{"id":1002,"name":"REZA","salary":50002}]
47+
JSON: [{"id":1001,"name":"ALI","salary":50001},{"id":1002,"name":"REZA","salary":50002},{"id":1003,"name":"JAVAD","salary":50003}]
4848
Read data from JSON: [object Object],[object Object],[object Object]
4949
```
5050

0 commit comments

Comments
 (0)