# JSON Serialization Data

### JsonSerializationData Class

The result of a serialization request.

### Syntax

### Member Details

#### JsonSerializationData Constructor

> Documentation for this section has not yet been entered.
>
> #### Syntax
>
> public **JsonSerializationData** ()
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Utility\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

#### JsonString Property

> The Json string.
>
> #### Syntax
>
> public [string](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String) **JsonString** { get; }
>
> **Value**
>
> > Documentation for this section has not yet been entered.
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Utility\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

#### Object Property

> The object.
>
> #### Syntax
>
> public [object](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object) **Object** { get; }
>
> **Value**
>
> > Documentation for this section has not yet been entered.
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Utility\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

***
