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

Method FromJson

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

Source from the content-addressed store, hash-verified

3826 ~LogStatement() { }
3827
3828 void FromJson(Json::Value& input) override
3829 {
3830 Data = input["Data"];
3831 FromJsonUtilS(input["Level"], Level);
3832 FromJsonUtilS(input["Message"], Message);
3833 }
3834
3835 Json::Value ToJson() const override
3836 {

Callers

nothing calls this directly

Calls 1

FromJsonUtilSFunction · 0.85

Tested by

no test coverage detected