More compact JSON formatting.

This commit is contained in:
XMRig
2019-08-04 22:07:05 +07:00
parent cf4a5aa888
commit fefce7cc89
6 changed files with 16 additions and 5 deletions

View File

@@ -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;