# jsondate

> Date deserialization for JSON.parse

Latest version **0.0.1** (published 2011-04-10) · 0 weekly downloads

## Install

```sh
npm install jsondate
pnpm add jsondate
yarn add jsondate
bun add jsondate
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2011-04-10 |
| First published | 2011-04-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | George Stagas |

## Links

- npm: https://www.npmjs.com/package/jsondate
- Repository: https://github.com/stagas/jsondate
- npm.io page: https://npm.io/package/jsondate

## Recent versions

- 0.0.1 (latest) — 2011-04-10

## README

jsondate
--------

Date deserialization for JSON.parse


Installing
----------

  npm install jsondate
  

Usage
-----
  
  // Patches JSON.parse
  require('jsondate')()
  
  // or just the function:
  var data = require('jsondate').parse(json_object)

---
_Source: https://npm.io/package/jsondate · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
