> ## 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*

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFDataObjectResult](/zh-CN/services/playfab/api-references/c/pfdatatypes/structs/pfdataobjectresult.md)
- [PFProfilesEntityDataObject](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject.md)
- [PFProfilesEntityPermissionStatement](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitypermissionstatement.md)
- [PFDataSetObject](/zh-CN/services/playfab/api-references/c/pfdatatypes/structs/pfdatasetobject.md)
- [PFInventoryInitialValues](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryinitialvalues.md)
