stream-json
Advanced tools
Comparing version 0.5.3 to 0.6.0
{ | ||
"name": "stream-json", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"description": "stream-json is a SAX-inspired stream components with a minimal memory footprint to parse huge JSON files. Includes utilities to stream Django-like JSON database dumps.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/uhop/stream-json", |
@@ -37,3 +37,3 @@ "use strict"; | ||
function test_no_json_objects (t) { | ||
var async = t.startAsync("test_json_objects"); | ||
var async = t.startAsync("test_no_json_objects"); | ||
@@ -40,0 +40,0 @@ var stream = StreamJsonObjects.make(), |
@@ -16,2 +16,3 @@ "use strict"; | ||
require("./test_assembler"); | ||
require("./test_stringer"); | ||
require("./test_primitives"); | ||
@@ -18,0 +19,0 @@ require("./test_sliding"); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220792
59
3948
249