Response — RequestData holds the single matching color object as a JSON string:
{
"Success": true,
"RequestData": "{\n \"Index\": 4,\n \"ColorNumber\": \"20\",\n \"R\": 39,\n \"G\": 40,\n \"B\": 42,\n \"ColorName\": \"Black\"\n}",
"Info": "",
"Time": "",
"ServerVersion": { "Major": 3, "Minor": 0 }
}Parsed RequestData:
{
"Index": 4,
"ColorNumber": "20",
"R": 39,
"G": 40,
"B": 42,
"ColorName": "Black"
}