Keyoti RapidSpell Web .NET Help Docs
FillObject Method (input, json)
API DocumentationKeyoti.RapidSpell.fastJSONJSONFillObject(Object, String)
Keyoti RapidSpell Web .NET
Fill a given object with the json represenation
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static Object FillObject(
	Object input,
	string json
)
public static Object FillObject(
	Object input,
	string json
)
Public Shared Function FillObject ( 
	input As Object,
	json As String
) As Object
Public Shared Function FillObject ( 
	input As Object,
	json As String
) As Object
public:
static Object^ FillObject(
	Object^ input, 
	String^ json
)
public:
static Object^ FillObject(
	Object^ input, 
	String^ json
)
static member FillObject : 
        input : Object * 
        json : string -> Object 
static member FillObject : 
        input : Object * 
        json : string -> Object 
Parameters
input (Object)
json (String)
Return Value
Object

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331