mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
json: Be precise by default.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
JsonWriter::JsonWriter(int flags) {
|
||||
pretty_ = (flags & PRETTY) != 0;
|
||||
str_.imbue(std::locale::classic());
|
||||
// Let's maximize precision by default.
|
||||
str_.precision(53);
|
||||
}
|
||||
|
||||
JsonWriter::~JsonWriter() {
|
||||
|
||||
Reference in New Issue
Block a user