Exemplo n.º 1
0
 public JsonArrayReader(ValueReaderCollection valueReaders)
 {
     this._innerReaders = valueReaders;
     this.Reset(); // I mean really this just resets whatever internals
 }
Exemplo n.º 2
0
 public JsonObjectReader(ValueReaderCollection valueReaders)
 {
     this._innerReaders = valueReaders;
     this.Reset();
 }