标签: moshi
谁能说出为什么moshi toJSON提供按字母顺序排序的JSON字符串
模型类:
Class { String firstName; String emailID;}
结果JSON:
{ "emailID" : someMail, "firstName" : name }