Class Decode
public class Decode : Json
- Inheritance
-
Decode
- Derived
- Inherited Members
Constructors
Decode(Path)
public Decode(Path filePath)
Parameters
filePathPath
Decode(string)
public Decode(string content)
Parameters
contentstring
Fields
isDeseralized
protected bool isDeseralized
Field Value
matchedPaths
protected List<string> matchedPaths
Field Value
runtimeValList
protected static List<string> runtimeValList
Field Value
Properties
DecodeKeywords
Decode root for all keywords
public string DecodeKeywords { get; }
Property Value
Methods
CheckForRuntimeVals()
protected string? CheckForRuntimeVals()
Returns
Get()
protected string Get()
Returns
GetAsString(dynamic)
protected static string GetAsString(dynamic value)
Parameters
valuedynamic
Returns
InjectData(string, dynamic)
public string InjectData(string key, dynamic value)
Parameters
keystringvaluedynamic
Returns
ReplaceContent(string, dynamic)
protected Decode ReplaceContent(string key, dynamic value)
Parameters
keystringvaluedynamic