How to get str and dict size not length with python3.
My server get the data by json from a request. And I can dump the json. But I want to limit some specific fields' size. How can I do?
How to get str and dict size not length with python3.
My server get the data by json from a request. And I can dump the json. But I want to limit some specific fields' size. How can I do?