Buckets:
| var json_stringify = require('./lib/stringify.js').stringify; | |
| var json_parse = require('./lib/parse.js'); | |
| module.exports = function(options) { | |
| return { | |
| parse: json_parse(options), | |
| stringify: json_stringify | |
| } | |
| }; | |
| //create the default method members with no options applied for backwards compatibility | |
| module.exports.parse = json_parse(); | |
| module.exports.stringify = json_stringify; | |
Xet Storage Details
- Size:
- 409 Bytes
- Xet hash:
- c69029b94a28d3cc26185cc23eef3932d30f1616b131644932e2c90f02dddbb2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.