Skip to content

kriit24/project-can-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT can JSON

Installation

npm i project-can-json

Usage

In Node.js:

const canJSON = require('project-can-json')

Using npm:

import canJSON from 'project-can-json';
canJSON(json_string, (json) => {

    //SUCCESS
}, (json_string) => {

    //REJECT
});

About

verify is json and return json data if success of empty json data if failure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published