Closed pramodnitmz closed 3 years ago
Test Input i.e config.json content : {"ver":"01","elem_cnt":2,"1":"connect","2":"connect1234"} here key "2" is the same as elem_cnt's value
Output: 01 2 connect 1
Expected Output: 01 2 connect connect1234
I am not really sure what the jtos_jsu_json stuff is. Not really able to help you out here, unless it uses JSMN. Then, you'd have to share code of that library.
jtos_jsu_json
Test Input i.e config.json content : {"ver":"01","elem_cnt":2,"1":"connect","2":"connect1234"} here key "2" is the same as elem_cnt's value
Output: 01 2 connect 1
Expected Output: 01 2 connect connect1234