1.2.0 • Published 7 months ago

serde-fns v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

serde-fns

test publish

simple shapes and procedures for serde with a pit-of-success

install

npm install serde-fns

use

for example

import { isSerialJSON, SerialJSON } from 'serde-fns';

const words = '{"hello":"world"}';
const isValid = isSerialJSON.assess(words);
const json: SerialJSON = isSerialJSON.assure(words);
const obj = deSerialJSON(json)
1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

11 months ago