diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-04-10 17:03:57 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-04-10 17:03:57 +0200 |
commit | ced0dd7f8a01dedad3ba16c4cf209aea673c3e82 (patch) | |
tree | aff237aead08bfb59a88324961a981291d3727d4 /Makefile | |
parent | 3f1d323497e5aefce65a3758d1bc408130d9bbe0 (diff) |
sfeed_json: add JSON output format tool
This outputs the TSV data to JSON.
It uses a subset of JSON Feed 1.1:
https://www.jsonfeed.org/version/1.1/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ BIN = \ sfeed_frames\ sfeed_gopher\ sfeed_html\ + sfeed_json\ sfeed_mbox\ sfeed_opml_import\ sfeed_plain\ |