Tiny fix
Make example code var names match API above for consistency
This commit is contained in:
parent
5c2bb18772
commit
0f3bf99d58
@ -192,7 +192,7 @@ Here is an example of iteratively parsing JSON, token by token:
|
|||||||
~~~~~~~~~~cpp
|
~~~~~~~~~~cpp
|
||||||
reader.IterativeParseInit();
|
reader.IterativeParseInit();
|
||||||
while (!reader.IterativeParseComplete()) {
|
while (!reader.IterativeParseComplete()) {
|
||||||
reader.IterativeParseNext<kParseDefaultFlags>(ss, handler);
|
reader.IterativeParseNext<kParseDefaultFlags>(is, handler);
|
||||||
// Your handler has been called once.
|
// Your handler has been called once.
|
||||||
}
|
}
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user