Fix json key automatic ordering error when creating Score from json
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <nlohmann/json.hpp>
|
||||
using json = nlohmann::json;
|
||||
using json = nlohmann::ordered_json;
|
||||
namespace platform {
|
||||
class BestResults {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user