Fix json key automatic ordering error when creating Score from json
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "Scores.h"
|
||||
#include "Experiment.h"
|
||||
namespace platform {
|
||||
using json = nlohmann::json;
|
||||
using json = nlohmann::ordered_json;
|
||||
|
||||
void Experiment::saveResult()
|
||||
{
|
||||
|
Reference in New Issue
Block a user