0.2.4 • Published 3 years ago

jsonmatic v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

The easiest way to transform a CSV into a JSON and vice versa. You can try the webapp without installing any package. The app runs in your browser; data isn't uploaded to any server.

Features

  • Transform a CSV into a JSON (and vice versa)
  • Beautify/uglify the JSON
  • Configure indentation
  • Replace/delete a property in multiple JSON files at once
  • Merge JSON files

Install

You can also install and use the app through the CLI:

npm i jsonmatic -g

Use

Transform a CSV into JSON and vice versa:

jsonmatic transform <source> <destination>

Replace a property in multiple JSON files at once:

jsonmatic replace [options] <property> <currentValue> <replaceValue> <files...>

Merge multiple JSON files:

jsonmatic merge <files...>

Note

The first column is reserved for unique keys. Use dot notation to create properties and subproperties.

Author

Erik Martín Jordán

License

This project is open source and available under the MIT License.

0.2.4

3 years ago

0.0.31

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago