Searched refs:lastFieldName (Results 1 – 1 of 1) sorted by relevance
522 std::string lastFieldName = itemPath.back(); in JsonNodeAppend() local530 …if (isCollapse && (!IsNumber(lastFieldName) || srcFatherItem.GetType() == JsonObject::Type::JSON_A… in JsonNodeAppend()531 errCode = srcFatherItem.AddItemToObject(lastFieldName, item); in JsonNodeAppend()664 std::string lastFieldName = granpaPath.back(); in JsonEqualJudge() local670 … if ((fatherItem.GetObjectItem(lastFieldName, errCode) == item)) { // this errCode is always E_OK in JsonEqualJudge()