JSONStream
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -44,5 +44,5 @@ #! /usr/bin/env node | ||
parser.onValue = function () { | ||
if (!this.root && this.stack.length == 1) | ||
stream.root = this.value | ||
parser.onValue = function (value) { | ||
if (!this.root) | ||
stream.root = value | ||
@@ -49,0 +49,0 @@ if(! path) return |
{ | ||
"name": "JSONStream", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/JSONStream", |
399925
29
4822