Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
linenumberstrue
collapsetrue
{
    "items": [
        {
            //The value field
            "Keywords": [
                "Keyword1",
                "Keyword2"
            ]            
        },
        {
			//The value field
            "Keywords": "Keyword2"       
        }
    ],
    "success": true,
    "total": "2"
}

...

Code Block
languagejs
linenumberstruecollapsetrue
"Keywords": [
                "Keyword1",
                "Keyword2"
            ]

...

Code Block
languagejs
linenumberstruecollapsetrue
"Keywords": "Keyword2"

...

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

...