Closed volodymyrss closed 1 year ago
do you remember in which situation you saw this behavior. I tried to reproduce it but could not
I guess it would be wherever there is boolean in parameters. You could test with some test instruments.
Ok I found it, it is within the oda_api
when doing the json.dumps
, the dict is converted to a JSON object, for which False
(and True
) are converted to false
and true
, so according to the SON specification.
Fix has to be in the oda_api
Where did you see this happening?