示例#1
0
 /// <summary>
 ///     Constructor taking a <see cref="IResettableReader"/> from where to read the JSON data.
 /// </summary>
 /// <param name="reader">A <see cref="IResettableReader"/> instance from  where to read the data.</param>
 public JsonLexer(IResettableReader reader)
 {
     this.reader = reader;
 }