C# Class Todo.Helpers.JsonHelper

Exibir arquivo Open project: artigat1/TodoAppWithBackboneRequireAndMVC

Public Methods

Method Description
ToJson ( this obj ) : string

Converts an object to a JSON string.

Method Details

ToJson() public static method

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