Table of Contents

Class ParsedValue

Namespace
CJson.Types
Assembly
CJson.dll
public class ParsedValue
Inheritance
ParsedValue
Inherited Members

Constructors

ParsedValue(object, string)

public ParsedValue(object value, string type)

Parameters

value object
type string

Fields

type

public string type

Field Value

string

value

public dynamic value

Field Value

dynamic