In JSON mode, responses are not quite as I would assume responses should work. They don’t return the line you just sent in the “r:” part, but sometimes a somehow parsed version, with added precision. Let me give you an example:
If you send {“1tr”:45}, then the response given is {“r”:{“1tr”:45.0000},”f”:[1,0,11,7676]}, which is, in a way correct. But it makes parsing the answer a major PITA.
Could you fix the responses, so they return EXACTLY what you actually sent, or, second best, give a list of default precisions of these values?
Thanks.