I have a dictionary loading from json. How I can get a list of key with the same order.
like [1, 10, 100, 101, 102, 11, 12 .......]
Looks like if I use .keys() it will change to some other order.
If I load this way, the order will be different.
I have a dictionary loading from json. How I can get a list of key with the same order.
like [1, 10, 100, 101, 102, 11, 12 .......]
Looks like if I use .keys() it will change to some other order.
If I load this way, the order will be different.