Class Decode
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
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
value
dynamic
Returns
InjectData(string, dynamic)
public string InjectData(string key, dynamic value)
Parameters
key
stringvalue
dynamic
Returns
ReplaceContent(string, dynamic)
protected Decode ReplaceContent(string key, dynamic value)
Parameters
key
stringvalue
dynamic