mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 17:53:03 -05:00
More compact JSON formatting.
This commit is contained in:
1
src/3rdparty/rapidjson/writer.h
vendored
1
src/3rdparty/rapidjson/writer.h
vendored
@@ -288,6 +288,7 @@ protected:
|
||||
Level(bool inArray_) : valueCount(0), inArray(inArray_) {}
|
||||
size_t valueCount; //!< number of values in this level
|
||||
bool inArray; //!< true if in array, otherwise in object
|
||||
bool inLine = false;
|
||||
};
|
||||
|
||||
static const size_t kDefaultLevelDepth = 32;
|
||||
|
||||
Reference in New Issue
Block a user