Commit dbc36537 authored by thebusytypist's avatar thebusytypist

Change image size.

parent 5b549f1d
...@@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier. ...@@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier.
The final states diagram is shown below: The final states diagram is shown below:
![States Diagram](diagram/iterative-parser-states-diagram.png) ![States Diagram](diagram/iterative-parser-states-diagram.png =400px)
Second, the iterative parser also keeps track of array's value count and object's member count Second, the iterative parser also keeps track of array's value count and object's member count
in its internal stack, which may be different from a conventional implementation. in its internal stack, which may be different from a conventional implementation.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment