Json
Json copied to clipboard
为啥object对象用vector<pair<string, Value>>类型来表示而不是map?
如题
都可以,vector初始化和插入更快,map访问更快