Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

**is-json** is a tiny Node.js utility that determines whether a given value is a syntactically valid JSON string (or, optionally, a plain JavaScript object) without resorting to `try / catch`. It exposes a simple `isJSON(value, passObjects?)` function and a stricter `isJSON.strict` variant for those who prefer the more robust `try / catch` approach. The package is aimed at JavaScript developers who need a lightweight, dependency‑free way to quickly validate JSON input.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of joaquimserafim/is-json

Account's avatar
biomejs/biome
Biome is a toolchain for the web: formatter, linter and more
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
egoist/tsup
Bundle your TypeScript library with no config, powered by esbuild
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

joaquimserafim's profile
joaquimserafim
21 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
joaquimserafim

joaquimserafim/is-json

check if a string is a valid JSON string in JavaScript without using Try/Catch

TypeScript
73
15
ISC License