electron-store
Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc
Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc
pretty (non-compressed) json response middleware
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Human-friendly replacements.
JSON-RPC 2.0 implementation over WebSockets for Node.js
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
JSON-RPC 1.0/2.0 compliant server and client
Useful functions when working with JSON.
The official CouchDB client for Node.js
Fast and simple isomorphic xml generator. Supports attributes, CDATA, etc. Includes tests and examples.
A copy of json schema draft 4.
handle circular references when stringifying and parsing
Validate JSON
Stringify an object/array like JSON.stringify just without all the double-quotes (ES5 compatible)
Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON
JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.
A compression algorithm for JSON
get the cookies on both the client & server
a JSON logging library for node.js services
stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. I