Liar0320 / any2json

A library of tools for exporting data to excel ini json xml with support for reverse

Home Page:https://any2json.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANY2JSON

Install

npm i any2json-v2

Features

  • Support xml import to json , and support export xml from json
  • Support ini import to json , and support export ini from json
  • Support json import to json , and support export json from json
  • Support xlsx import to json , and support export xlsx from json
  • Support more field config

Directory Structure

├── README.md               # This file
├── commitlint.config.js     # commitlint config
├── package.json            # root package.json
├── packages                # project code
│   ├── any2json            # convert xml ini json to json
│   └── utils               # utils
├── playground              # playground
│   ├── package.json
│   ├── public
│   ├── src
│   ├── tailwind.config.cjs
│   └── tsconfig.json
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── scripts                 # scripts
│   ├── dev.cjs             # dev script
│   └── package.json
└── shell
    └── clean.sh            # clean script

Reference

About

A library of tools for exporting data to excel ini json xml with support for reverse

https://any2json.vercel.app/


Languages

Language:TypeScript 78.6%Language:JavaScript 18.2%Language:Shell 1.7%Language:HTML 1.3%Language:CSS 0.2%