C# Class mCleaner.Helpers.Data.JSON

Mostrar archivo Open project: MicroHealthLLC/mCleaner

Public Methods

Method Description
OpenJSONFiel ( string filename ) : string
RemoveElementFromAddress ( string json, string jsonaddress ) : string
isAddressFound ( string json, string jsonaddress ) : bool

Method Details

OpenJSONFiel() public static method

public static OpenJSONFiel ( string filename ) : string
filename string
return string

RemoveElementFromAddress() public static method

public static RemoveElementFromAddress ( string json, string jsonaddress ) : string
json string
jsonaddress string
return string

isAddressFound() public static method

public static isAddressFound ( string json, string jsonaddress ) : bool
json string
jsonaddress string
return bool