@rhy/fast-json-clone@1.0.2
latest
rhysd/fast-json-cloneClone plain JSON value faster than the fastest.
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
100%
Published
a year ago (1.0.2)
fast-json-clone is a tiny library to clone JSON values in pure JavaScript focusing on the speed. According to the benchmark, this package seems the fastest among several deep-clone implementations.
Please visit the repository page for more details:
Add Package
deno add jsr:@rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";
Import directly with a jsr specifier
import * as fast_json_clone from "jsr:@rhy/fast-json-clone";
Add Package
pnpm i jsr:@rhy/fast-json-clone
pnpm dlx jsr add @rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";
Add Package
yarn add jsr:@rhy/fast-json-clone
yarn dlx jsr add @rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";
Add Package
vlt install jsr:@rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";
Add Package
npx jsr add @rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";
Add Package
bunx jsr add @rhy/fast-json-clone
Import symbol
import * as fast_json_clone from "@rhy/fast-json-clone";