MCPcopy Create free account
hub / github.com/PlayFab/gsdk / FromJson

Method FromJson

cpp/cppsdk/include/playfab/PlayFabClientDataModels.h:4098–4105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4096 ~LocationModel() { }
4097
4098 void FromJson(Json::Value& input) override
4099 {
4100 FromJsonUtilS(input["City"], City);
4101 FromJsonUtilE(input["pfContinentCode"], pfContinentCode);
4102 FromJsonUtilE(input["pfCountryCode"], pfCountryCode);
4103 FromJsonUtilP(input["Latitude"], Latitude);
4104 FromJsonUtilP(input["Longitude"], Longitude);
4105 }
4106
4107 Json::Value ToJson() const override
4108 {

Callers

nothing calls this directly

Calls 3

FromJsonUtilSFunction · 0.85
FromJsonUtilEFunction · 0.85
FromJsonUtilPFunction · 0.85

Tested by

no test coverage detected