C# Class Todo.Helpers.JsonHelper

Afficher le fichier Open project: artigat1/TodoAppWithBackboneRequireAndMVC

Méthodes publiques

Méthode Description
ToJson ( this obj ) : string

Converts an object to a JSON string.

Method Details

ToJson() public static méthode

Converts an object to a JSON string.
public static ToJson ( this obj ) : string
obj this The object to serialize.
Résultat string