{"id":13725162,"url":"https://github.com/streamich/fastest-stable-stringify","last_synced_at":"2025-05-07T19:33:04.472Z","repository":{"id":30444951,"uuid":"124534660","full_name":"streamich/fastest-stable-stringify","owner":"streamich","description":"Fastest stable JSON stringifier","archived":false,"fork":true,"pushed_at":"2023-04-04T00:43:42.000Z","size":44,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-10T09:16:42.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fastest-stable-stringify","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"epoberezkin/fast-json-stable-stringify","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-09T11:56:38.000Z","updated_at":"2020-10-10T03:08:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/streamich/fastest-stable-stringify","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Ffastest-stable-stringify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Ffastest-stable-stringify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Ffastest-stable-stringify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Ffastest-stable-stringify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamich","download_url":"https://codeload.github.com/streamich/fastest-stable-stringify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224645237,"owners_count":17346104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:02:14.660Z","updated_at":"2024-11-14T15:30:50.316Z","avatar_url":"https://github.com/streamich.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# fastest-stable-stringify\n\nDeterministic `JSON.stringify()` - fastest stable JSON stringifier. This project combines [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) and [fast-stable-stringify](https://github.com/nickyout/fast-stable-stringify) to create the fastest stable JSON stringifier.\n\n\n## Installation\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install fastest-stable-stringify\n```\n\n## Usage\n\n```js\nvar stringify = require('fastest-stable-stringify');\nvar str = stringify({foo: 'bar'});\n```\n\n\n## Benchmark\n\nTo run benchmark\n\n```\nnode benchmark\n```\n\nResults\n\n```\nfastest-stable-stringify x 11,629 ops/sec ±0.67% (92 runs sampled)\nfast-stable-stringify x 11,352 ops/sec ±0.63% (91 runs sampled)\nfast-json-stable-stringify x 10,085 ops/sec ±0.52% (91 runs sampled)\nfaster-stable-stringify x 8,645 ops/sec ±0.62% (87 runs sampled)\njson-stable-stringify x 7,761 ops/sec ±0.61% (86 runs sampled)\nThe fastest is fastest-stable-stringify\n```\n\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Ffastest-stable-stringify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamich%2Ffastest-stable-stringify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Ffastest-stable-stringify/lists"}