I have a map
{
"m_key": 123,
"z_key": 123,
"a_key": 123,
"f_key": 123
}
When i'm trying to make a json from it and print it my json becomes sorted by key and i get json:
{
"a_key": 123,
"f_key": 123,
"m_key": 123,
"z_key": 123
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…