Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFEED_JSON(1)		    General Commands Manual		 SFEED_JSON(1)

NAME
       sfeed_json -- format feed data to JSON Feed

SYNOPSIS
       sfeed_json [file	...]

DESCRIPTION
       sfeed_json formats feed data (TSV) from sfeed(1)	from stdin or for each
       file  to	 stdout	 as JSON Feed data.  If	one or more file arguments are
       specified then the basename of the file is used as the feed name	in the
       output.	If no file arguments are specified and so  the	data  is  read
       from stdin then the feed	name is	empty.

       If sfeed_json is	reading	from one or more file arguments	it will	prefix
       the entry title with "[feed name] ".

EXIT STATUS
       The sfeed_json utility exits 0 on success, and >0 if an error occurs.

EXAMPLES
       curl -s 'https://codemadness.org/atom.xml' | sfeed | sfeed_json

SEE ALSO
       sfeed(1), sfeed_atom(1),	sfeed(5)

STANDARDS
       JSON  Feed  Version  1.1,  https://www.jsonfeed.org/version/1.1/,  Nov,
       2022.

AUTHORS
       Hiltjo Posthuma <hiltjo@codemadness.org>

FreeBSD	ports 15.0		August 1, 2023			 SFEED_JSON(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sfeed_json&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help