I have a list like this a = [{\'one\': \'one\', \'two\': null, \'three\': [{\'four\': \'four\'}]}]
a = [{\'one\': \'one\', \'two\': null, \'three\': [{\'four\': \'four\'}]}]
I send it to a function to use it in a post request which