🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@devtools-at/csv-json

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devtools-at/csv-json

Convert between CSV and JSON formats

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

CSV/JSON Converter

Try Online TypeScript Ready MIT License

Convert between CSV and JSON formats

Try OnlineUsageAPILicense

Online Tool

Try CSV/JSON Converter online at DevTools.at →

Use this tool directly in your browser - no installation required:

  • No registration needed
  • Works instantly in your browser
  • Your data never leaves your device (100% client-side)
  • Available in 20+ languages
  • Free forever

What is CSV/JSON Converter?

Convert between CSV and JSON formats. This is a standalone TypeScript/JavaScript implementation that you can use in your own projects.

Features

  • Zero Dependencies - Lightweight with no external dependencies
  • TypeScript Support - Full type definitions included
  • Browser & Node.js - Works in both environments
  • UTF-8 Support - Handles international characters correctly

Usage

import { process } from '@devtools-at/csv-json';

// Process your data
const result = process(inputData);
console.log(result);

API Reference

Core Functions

The source code in src/index.ts contains the core implementation. You can copy and use these functions directly in your project.

Check out our other free developer tools at DevTools.at:

ToolDescription
JSON FormatterFormat and beautify JSON
Base64 EncoderEncode/decode Base64
Hash GeneratorGenerate MD5, SHA hashes
UUID GeneratorGenerate random UUIDs
Password GeneratorCreate secure passwords
JWT DecoderDecode JSON Web Tokens
URL EncoderEncode URL parameters
Regex TesterTest regular expressions

Browse all 100+ free developer tools →

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see the LICENSE file for details.

Made by DevTools.at

DevTools.at - Free Online Developer Tools - No Registration Required

Keywords

csv-json

FAQs

Package last updated on 13 Dec 2025

Did you know?

Socket

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