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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mk-pmb/sortedjson-js

Account's avatar
mk-pmb/deepsortobj-js
Deep-copy an object, with keys sorted. Supports circular references and custom sort order.
Account's avatar
mk-pmb/equal-pmb-js
Expect two values to be equal, for whatever latest notion of equality.
Account's avatar
mk-pmb/read-resolved-file-sync-js
Deceive your linter by hiding both sync function calls.
Account's avatar
mk-pmb/univeil-js
Unveil some Unicode characters that are easily overlooked.
Account's avatar
mk-pmb/node-usnam-pmb
Concise stack traces for node: pretty-error + compact theme (still with paths) + auto-start.

Support the repos that depend on this repository

Top contributors

mk-pmb's profile
mk-pmb
14 contributions

Recent events

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

No events yet
mk-pmb

mk-pmb/sortedjson-js

JSON.stringify with keys sorted. Supports custom ordering, replacer and space.

JavaScript
0
0
No license

sortedjson‑js is a tiny Node library that provides a drop‑in replacement for `JSON.stringify` which always outputs object keys in a deterministic, sorted order (using the default `Array.prototype.sort`). It supports the usual `replacer` and `space` arguments, custom sorting options, and can generate preset functions for repeated use, making it useful for developers who need stable JSON serialization for testing, caching, or diffing.