Support return Unicode escapes

This commit is contained in:
2026-03-30 22:50:07 +11:00
parent 120b0e4f01
commit 0c24096c80
4 changed files with 10 additions and 9 deletions

View File

@@ -434,7 +434,7 @@ namespace ANSCENTER {
{"kps", KeypointsToString(det.kps)}
});
}
return root.dump();
return root.dump(-1, ' ', true);
}
catch (const std::exception& e) {
this->_logger.LogFatal("ANSALPR::VectorDetectionToJsonString", e.what(), __FILE__, __LINE__);