1.1.5 • Published 6 years ago

json-to-datatype v1.1.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

JSON to Datatype

Simple function which takes a JSON object or JSON-formatted string and returns an object with sensible datatypes.

Includes type definitions.

Installation

npm install json-to-datatype

Usage

Javascript

const jsonToDatatype = require('json-to-datatype').jsonToDatatype;

Typescript

import { jsonToDatatype } from 'json-to-datatype';

Conversions

  • Numbers
  • Booleans
  • Dates

Links

npm

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago