Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 297 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 297 Bytes

list-converter README

Converts between various list formats. Currently supports newline separated and json arrays.

Commands:

  • list-converter: NSV to JSON
  • list-converter: JSON to NSV

Examples

JSON-style list:

["cat", "dog", "lynx"]

NSV list:

cat
dog
lynx