import jsonfrom collections import OrderedDictmetadata = json.loads(text, object_pairs_hook=OrderedDict);metadata中properties的顺序是跟text中定义的顺序是一样的。