Searched refs:entitiesJson (Results 1 – 2 of 2) sorted by relevance
601 auto& entitiesJson = (jsonOut["entities"] = json::standalone_value::array()); in WriteEntityCollection() local602 entitiesJson.array_.reserve(entityCount); in WriteEntityCollection()613 entitiesJson.array_.emplace_back(move(entityJson)); in WriteEntityCollection()913 const auto* entitiesJson = jsonIn.find("entities"); in ReadEntityCollection() local915 if (entitiesJson && entitiesJson->is_array()) { in ReadEntityCollection()919 for (const auto& entityJson : entitiesJson->array_) { in ReadEntityCollection()
1850 nlohmann::json entitiesJson; in ToJson() local1853 entitiesJson.emplace_back(entity); in ToJson()1865 {"entities", entitiesJson}, in ToJson()