C# 클래스 Todo.Helpers.JsonHelper

파일 보기 프로젝트 열기: artigat1/TodoAppWithBackboneRequireAndMVC

공개 메소드들

메소드 설명
ToJson ( this obj ) : string

Converts an object to a JSON string.

메소드 상세

ToJson() 공개 정적인 메소드

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