Méthode | Description | |
---|---|---|
ToJson ( object obj ) : string |
Generate a JSON representation of an object.
|
Méthode | Description | |
---|---|---|
FromJsonOverwrite ( string json, object objectToOverwrite ) : void | ||
ToJson ( object obj, bool prettyPrint ) : string |
public static ToJson ( object obj ) : string | ||
obj | object | The object to convert to JSON form. |
Résultat | string |