> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFJsonObject

> JSON オブジェクトの文字列表現。

JSON オブジェクトの文字列表現。

## 構文

```cpp theme={null}
typedef struct PFJsonObject {  
    const char* stringValue;  
} PFJsonObject;  
```

### メンバー

**`stringValue`**   const char\*<br />*is null-terminated*

未定

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFDataObjectResult](/ja-jp/services/playfab/api-references/c/pfdatatypes/structs/pfdataobjectresult.md)
- [PFProfilesEntityDataObject](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject.md)
- [PFInventoryInitialValues](/ja-jp/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryinitialvalues.md)
- [PFDataSetObject](/ja-jp/services/playfab/api-references/c/pfdatatypes/structs/pfdatasetobject.md)
- [PFCloudScriptLogStatement](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptlogstatement.md)
