Skip to content

Commit 78eaf1a

Browse files
authored
Update README.md
1 parent 86e62b9 commit 78eaf1a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

json/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# ET STD / Json
22

3+
### json.encode
4+
5+
```
6+
print json.encode();
7+
```
8+
9+
### json.decode
10+
11+
```
12+
data=json.decode("{}");
13+
```
14+

0 commit comments

Comments
 (0)