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 canjs/can-sort-object

Account's avatar
canjs/can-reflect
reflection on unknown data types
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
stealjs/steal
Gets JavaScript.
Account's avatar
bitovi/steal-qunit
QUnit and StealJS
Account's avatar
stealjs/steal-tools
Futuristic build tools for ES6 Module applications.
Account's avatar
bitovi/testee
Automated cross-browser testing made easy.

Support the repos that depend on this repository

Top contributors

justinbmeyer's profile
justinbmeyer
4 contributions
chasenlehara's profile
chasenlehara
2 contributions

Recent events

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

No events yet
canjs

canjs/can-sort-object

Sorts objects recursively

JavaScript
0
0
MIT License

can‑sort‑object is a tiny utility that takes any JavaScript object (including nested objects and arrays) and returns a new object with all its keys sorted alphabetically, applying the sort recursively throughout the structure. It’s aimed at developers—especially those working with the CanJS ecosystem or needing deterministic, consistently‑ordered JSON for testing, debugging, or diffing purposes.