...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "items": [ { //The value field "Keywords": [ "Keyword1", "Keyword2" ] }, { //The value field "Keywords": "Keyword2" } ], "success": true, "total": "2" } |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
"Keywords": [ "Keyword1", "Keyword2" ] |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
"Keywords": "Keyword2" |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "items": [ { //The value field "Keywords": [ "Keyword1", "Keyword2" ] }, { //The value field "Keywords": [ "Keyword2" ] } ], "success": true, "total": "2" } |
...