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

Method FromJson

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

Source from the content-addressed store, hash-verified

4314 ~TagModel() { }
4315
4316 void FromJson(Json::Value& input) override
4317 {
4318 FromJsonUtilS(input["TagValue"], TagValue);
4319 }
4320
4321 Json::Value ToJson() const override
4322 {

Callers

nothing calls this directly

Calls 1

FromJsonUtilSFunction · 0.85

Tested by

no test coverage detected