C# Class ElmcityUtils.JsonHelper

A helper class for generating object graphs in JavaScript notation. Supports pretty printing.
Datei anzeigen Open project: judell/elmcity

Public Methods

Method Description
Serialize ( Object target ) : string
Serialize ( Object target, bool prettyPrint ) : string

Method Details

Serialize() public static method

public static Serialize ( Object target ) : string
target Object
return string

Serialize() public static method

public static Serialize ( Object target, bool prettyPrint ) : string
target Object
prettyPrint bool
return string