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

**try-json-parse** is a tiny Node.js utility that safely parses JSON strings: it behaves like `JSON.parse()` but returns `undefined` (or `null`) instead of throwing an exception when the input is not valid JSON. It’s aimed at JavaScript developers who want a cleaner, try‑catch‑free way to handle potentially malformed JSON data.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

alessioalex's profile
alessioalex
8 contributions
dsh0416's profile
dsh0416
2 contributions
mscdex's profile
mscdex
1 contributions
humanchimp's profile
humanchimp
1 contributions
Raynos's profile
Raynos
1 contributions

Recent events

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

No events yet
alessioalex

alessioalex/try-json-parse

Just like JSON.parse(), except that it doesn't throw an error for invalid JSON, it just returns null

JavaScript
9
4
MIT License