changed end of tokenizing marker

This commit is contained in:
alisdair sullivan 2010-05-30 15:58:28 -07:00
parent eadb7acbdd
commit c29f60ea34
4 changed files with 11 additions and 11 deletions

View file

@ -79,7 +79,7 @@ event({Type, Value}, [{key, Key}, Object|Stack]) ->
event({Type, Value}, [Array|Stack]) when is_list(Array) ->
[[?MODULE:Type(Value)] ++ Array] ++ Stack;
event(completed_parse, [Stack]) ->
event(end_of_stream, [Stack]) ->
Stack.