0.1.13 • Published 9 months ago

@wasm-fmt/json_fmt v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Install

npm

npm install @wasm-fmt/json_fmt

jsr.io

npx jsr add @fmt/json-fmt

Usage

import init, { format } from "@wasm-fmt/json_fmt";

await init();

const input = `{"hello":"world"}`;

const formatted = format(input);
console.log(formatted);

For Vite users:

import init, { format } from "@wasm-fmt/json_fmt/vite";

// ...
0.1.13

9 months ago

0.1.11

11 months ago

0.1.12

11 months ago

0.1.10

1 year ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago