@validation-types/json

Validation json objects

Usage no npm install needed!

<script type="module">
  import validationTypesJson from 'https://cdn.skypack.dev/@validation-types/json';
</script>

README

@validation-types/json

Install

npm i @validation-types/json or yarn add @validation-types/json

Use

ES5

const isJson = require('@validation-types/json')

isJSON({"is-json":true}); // true

ES5

import isJson from "@validation-types/json"

isJSON({"is-json":true}); // true