Searched refs:propValueJson (Results 1 – 1 of 1) sorted by relevance
1485 auto propValueJson = propsObject->GetValue("value"); in ParsePropsVariable() local1487 if (propValueJson && propValueJson->IsValid()) { in ParsePropsVariable()1488 value = propValueJson->IsString() ? propValueJson->GetString() : propValueJson->ToString(); in ParsePropsVariable()1521 auto propValueJson = propsObject->GetValue("value"); in ParsePropsArray() local1524 if (propValueJson && propValueJson->IsValid()) { in ParsePropsArray()1525 arrayPropJson->Put(arrayParam.c_str(), propValueJson); in ParsePropsArray()