Skip to content

Commit c19ebae

Browse files
committed
doc: add difference in tag parameter in apijson post/put
1 parent 99812cf commit c19ebae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

uliweb_apijson/apijson/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ uliweb-apijson is a subset and slightly different variation of [apijson](https:/
44

55
# Difference with original apijson
66

7-
| feature | apijson(java) | uliweb-apijson | comment |
8-
| -------- | ------------- | -------------- | ------------------------------------------------------------ |
9-
| @combine | ✔️ | ✖️ | Example: "@combine":"&key0,&key1,\|key2,key3" |
10-
| @expr | ✖️ | ✔️ | Example: "@expr":[["username$","&","email$"],"&",["!","nickname$"]] |
7+
| feature | apijson(java) | uliweb-apijson | comment |
8+
| ------------------- | --------------- | ---------------- | ------------------------------------------------------------ |
9+
| @combine | ✔️ | ✖️ | Example: "@combine":"&key0,&key1,\|key2,key3" |
10+
| @expr | ✖️ | ✔️ | Example: "@expr":[["username$","&","email$"],"&",["!","nickname$"]] |
11+
| tag in apijson post/put | "tag": "Moment" | "@tag": "Moment" | |
1112

1213

1314

0 commit comments

Comments
 (0)