Skip to content
json_fmt / 0.1.10

json_fmt 0.1.10

Install from the command line:
Learn more about npm packages
$ npm install @wasm-fmt/json_fmt@0.1.10
Install via package.json:
"@wasm-fmt/json_fmt": "0.1.10"

About this version

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";

// ...

Details


Assets

  • json_fmt-0.1.10.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all