JSPM

@bestoftool/utils

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q66196F
  • License MIT

Privacy-focused JSON utilities and converters. 100% client-side logic for developers who value data security.

Package Exports

  • @bestoftool/utils
  • @bestoftool/utils/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bestoftool/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

BestOfTool Utils

A collection of privacy-first JSON utility functions. All processing is 100% client-side — your data never leaves your browser.

Live Interactive Tools

Check out all our free live tools at: https://bestoftool.com

Formatting

Validation

Converters

  • JSON to CSV — Export JSON arrays to Excel-ready CSV files
  • CSV to JSON — Parse spreadsheet exports into structured JSON arrays
  • JSON to XML — Generate SOAP-compatible XML from JSON objects
  • XML to JSON — Parse SOAP, RSS, and legacy XML into JSON
  • JSON to YAML — Generate Kubernetes and DevOps YAML configs from JSON
  • YAML to JSON — Parse Kubernetes manifests and OpenAPI YAML to JSON

Analysis

  • JSON Compare — Instantly compare two JSON objects with color-coded output
  • JSON Diff Viewer — Dual-mode semantic and line-by-line JSON diff tool
  • JSON Tree Viewer — Visualize JSON in an interactive collapsible tree

Utilities

Privacy First

We believe developer tools should not touch your data. All logic in this package runs entirely in your local environment. No server uploads, no data logging, no tracking.

License

MIT