parse Method

KB01 Engine

KB01_Engine

OurCharReader..::..parse Method

Namespace:  Json
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public bool parse(
	[T:char const]* beginDoc,
	[T:char const]* endDoc,
	Value* root,
	string* errs
)
Public Function parse ( _
	beginDoc As [T:char const]*, _
	endDoc As [T:char const]*, _
	root As Value*, _
	errs As string* _
) As bool
public:
bool parse(
	[T:char const]* beginDoc, 
	[T:char const]* endDoc, 
	Value* root, 
	string* errs
)

Parameters

beginDoc
Type: [T:char const]*
endDoc
Type: [T:char const]*
root
Type: Value*
errs
Type: string*