Comparing version 0.8.0 to 0.8.1
{ | ||
"name" : "yajl", | ||
"version" : "0.8.0", | ||
"version" : "0.8.1", | ||
"description" : "Binding for libyajl", | ||
@@ -5,0 +5,0 @@ "author" : "Artem S Vybornov <vybornov@gmail.com>", |
@@ -118,15 +118,2 @@ # YAJL (Yet Another JSON Library) binding for Node.js | ||
### yajl.Tree(string) | ||
`Tree` object constructor. | ||
Parses `string` into an in-memory JSON-tree. | ||
Throws `SyntaxError` in case when `string` contains bad data. | ||
Resulting object can be retrieved using `get` method. | ||
#### tree.get() | ||
Returns parsed JSON value. | ||
## License | ||
@@ -133,0 +120,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30837
123