Skip to content

Commit 1f5602d

Browse files
committed
Quick Save
1 parent 38136be commit 1f5602d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and
1212
+ [csv2xlsx](docs/csv2xlsx.html) - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.
1313
+ [jsoncols](docs/jsoncols.html) - a tool for exploring and extracting JSON values into columns
1414
+ [jsonrange](docs/jsonrange.html) - a tool for iterating for JSON maps and arrays
15+
+ [jsonmunge](docs/jsonmunge.html) - a tool to transform JSON documents into something else
16+
+ [vcard2json](docs/vcard2json.html) - an experimental tool to convert vCards to JSON
1517
+ [xlsx2json](docs/xlsx2json.html) - a tool for converting Excel Workbooks to JSON files
1618
+ [xlsx2csv](docs/xlsx2csv.html) - a tool for converting Excel Workbooks sheets to a CSV file(s)
1719

docs/jsonmunge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</nav>
2121

2222
<section>
23-
<h1>jsonmunch</h1>
23+
<h1>jsonmunge</h1>
2424

2525
<h2>USAGE</h2>
2626

docs/vcard2json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
## SYNOPSIS
99

10-
vcard2json converts a VCard to JSON. The vcard can be read from stdin or form a file
10+
vcard2json is an experimental tool that converts a VCard to JSON.
11+
The vcard can be read from stdin or form a file
1112
with the usual options. The JSON version will be written to stdout.
1213

1314

0 commit comments

Comments
 (0)