This repository was archived by the owner on Oct 31, 2018. It is now read-only.
dominictarr/json-bufferJSON functions that can convert buffers!
JSON mangles buffers by converting to an array... which isn't helpful. json-buffers converts to base64 instead, and deconverts base64 to a buffer.
var JSONB = require('json-buffer') var Buffer = require('buffer').Buffer var str = JSONB.stringify(Buffer.from('hello there!')) console.log(JSONB.parse(str)) //GET a BUFFER back
MIT
AboutNo description, website, or topics provided.
Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4