Table of Contents

Class Decode

Namespace
CJson.Utils
Assembly
CJson.dll
public class Decode : Json
Inheritance
Decode
Derived
Inherited Members

Constructors

Decode(Path)

public Decode(Path filePath)

Parameters

filePath Path

Decode(string)

public Decode(string content)

Parameters

content string

Fields

isDeseralized

protected bool isDeseralized

Field Value

bool

matchedPaths

protected List<string> matchedPaths

Field Value

List<string>

runtimeValList

protected static List<string> runtimeValList

Field Value

List<string>

Properties

DecodeKeywords

Decode root for all keywords

public string DecodeKeywords { get; }

Property Value

string

Methods

CheckForRuntimeVals()

protected string? CheckForRuntimeVals()

Returns

string

Get()

protected string Get()

Returns

string

GetAsString(dynamic)

protected static string GetAsString(dynamic value)

Parameters

value dynamic

Returns

string

InjectData(string, dynamic)

public string InjectData(string key, dynamic value)

Parameters

key string
value dynamic

Returns

string

ReplaceContent(string, dynamic)

protected Decode ReplaceContent(string key, dynamic value)

Parameters

key string
value dynamic

Returns

Decode