C# Class Abp.Json.JsonHelper

Datei anzeigen Open project: carldai0106/ABP

Public Methods

Method Description
ConvertToJson ( object obj, bool camelCase = false, bool indented = false ) : string

Method Details

ConvertToJson() public static method

public static ConvertToJson ( object obj, bool camelCase = false, bool indented = false ) : string
obj object
camelCase bool
indented bool
return string