• JSON over HTTP
    Hi, I am using AJAX JSON over HTTP to send using CGI. It is working. Does Keil web server CGX supports JSON RPC. Currently I have to Post JSON using CGX using $.ajax({ type: "POST", url...
  • JSON over HTTP
    Hi, I am using AJAX JSON over HTTP to send using CGI. It is working. Does Keil web server CGX supports JSON RPC. Currently I have to Post JSON using CGX using $.ajax({ type: "POST", url...
  • JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...
  • JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...
  • return large JSON response with HTTP Web Server
    Hi everyone, at the moment I'm programming a small restful api with the Keil HTTP Web Server. I use the µVision 5.26.2.0 and the MDK-Middleware 7.12.0. Some of my JSON responses are greater than...