0.0.2 • Published 4 months ago

@jugar/json-beautify v0.0.2

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

json-beautify

A tool that can be used to beautify JSON strings.

  • NPM Install
npm install @jugar/json-beautify
  • Usage
import { beautifyJSON } from '@jugar/json-beautify'

const json = `'{"Command":"FlyTo","Data":{"Parameters":{"Location":"(X=15491.9375,Y=26122.925781,Z=1500.001099)","Rotation":"(P=-48.723961,Y=-74.87056,R=0)","Distance":43987.796875,"Duration":3}},"UID":"323CDAE1"}'`

beautifyJSON(json)
1.0.0

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago