KB01_Engine
|
OurReader..::..parse Method
Namespace:
Json
Assembly:
KB01_Engine (in KB01_Engine.dll)
Syntax
public bool parse( [T:const char]* beginDoc, [T:const char]* endDoc, ref Value root, bool collectComments )
Public Function parse ( _ beginDoc As [T:const char]*, _ endDoc As [T:const char]*, _ ByRef root As Value, _ collectComments As bool _ ) As bool
public: bool parse( [T:const char]* beginDoc, [T:const char]* endDoc, Value% root, bool collectComments )
Parameters
- beginDoc
- Type: [T:const char][System.Runtime.CompilerServices.IsConst]*
- endDoc
- Type: [T:const char][System.Runtime.CompilerServices.IsConst]*
- root
- Type: Value[System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
- collectComments
- Type: bool