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

> String representation of a Json Object

String representation of a Json Object

## Syntax

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

### Members

**`stringValue`**   const char\*\
*is null-terminated*

TBD

## Requirements

**Header:** PFTypes.h

## See also

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