Socket
Book a DemoInstallSign in
Socket

json-heal

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-heal

Heal a cut off json string to make it parseable again

latest
Source
npmnpm
Version
0.4.6
Version published
Weekly downloads
68
3300%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

json-heal

Heal a cut off json string to make it parseable again.

Example

var heal = require('json-heal');

heal('{"foo')
// => '{"foo...":"..."}'

heal('{"foo":{"bar":')
// => '{"foo":{"bar":"..."}}'

License

MIT

FAQs

Package last updated on 14 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts