Support return Unicode escapes
This commit is contained in:
@@ -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__);
|
||||
|
||||
Reference in New Issue
Block a user