Table of Contents

Class Base

Namespace
CJson.Utils
Assembly
CJson.dll
public class Base
Inheritance
Base
Derived
Inherited Members

Constructors

Base(string)

public Base(string content)

Parameters

content string

Base(string, bool)

public Base(string filePath, bool isFilePath)

Parameters

filePath string
isFilePath bool

Fields

commaSeparatedLines

protected string[] commaSeparatedLines

Field Value

string[]

content

protected string content

Field Value

string

filePath

protected string filePath

Field Value

string

isFilePath

protected bool isFilePath

Field Value

bool

isInjectDone

protected bool isInjectDone

Field Value

bool

isInjectEist

protected bool isInjectEist

Field Value

bool

Methods

Generify(string)

protected static string Generify(string content)

Parameters

content string

Returns

string

GetType(dynamic)

protected static string GetType(dynamic testVar)

Parameters

testVar dynamic

Returns

string

ParseJson(string)

protected static dynamic ParseJson(string jsonString)

Parameters

jsonString string

Returns

dynamic

Read(string)

public static string Read(string filePath)

Parameters

filePath string

Returns

string