Socket
Socket
Sign inDemoInstall

jason-formatter

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jason-formatter

Shell utility and Library for formatting JSON files


Version published
Weekly downloads
17
increased by1600%
Maintainers
1
Install size
552 kB
Created
Weekly downloads
 

Readme

Source

Jason Formatter

codecov deno doc

A simple JSON formatter.

CLI

Install

  • Deno 🎃
deno install --unstable --allow-read --allow-write https://deno.land/x/jason_formatter/jason.ts
  • Node.js 🐼
npm install --global jason-formatter

Usage

jason config.json

By default, 2 tabs are used, to specify how many tabs you want 👇

jason config.json --tabs 4 # same as -t 4

Video Showcase 📷

Usage

The API is the same on all this platforms ✔️

Deno 🦕

import { jason } from "https://deno.land/x/jason_formatter/mod.ts";

const data = `{"nick":9}`;

jason(data); /* {
  "nick": 9
}*/

Node.js 🐢🚀

import { jason } from "jason-formatter";

Browser 🌐

You can use any CDN 🔥

Eg 👉 ESM ↔️ SkyPack 🆚 Script Tag ↔️ JSDelivr

Documentation

Is hosted on Deno Doc 📄

Note

I did this while learning TypeScript long time ago, It was originally written for Node.js but I'm porting most of my packages to Deno.

It's basically a wrapper around JSON.stringify 😆

Support

Open an Issue, I will check it a soon as possible 👀

If you want to hurry me up a bit send me a tweet 😆

Consider supporting me on Patreon if you like my work 🙏

Don't forget to start the repo ⭐

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Licence

Licensed under the MIT License 📄

Keywords

FAQs

Last updated on 10 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc