CK.Text.JSONVisitor.JSONVisitor C# (CSharp) Method

JSONVisitor() public method

Initializes a new JSONVisitor bound to a Matcher.
public JSONVisitor ( StringMatcher m ) : System
m StringMatcher The string matcher.
return System
        public JSONVisitor( StringMatcher m )
        {
            _m = m;
            _path = new List<Parent>();
        }

Same methods

JSONVisitor::JSONVisitor ( string s ) : System