• 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...
  • 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...
  • Json Real Precision setting
    Hi, If I have a value (float_32) 22.648274618 and I am using Json to output my data I use the real function of Json. This works great but now I would like the Json output to only 22.648 and not the...
  • 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...