Searched refs:MAX_JSON_OBJECT_SIZE (Results 1 – 1 of 1) sorted by relevance
69 constexpr int32_t MAX_JSON_OBJECT_SIZE = 50 * 1024; variable650 if (readSize < MAX_JSON_OBJECT_SIZE) { in ParseJsonObj()