:: JSON data can also be passed as a path to a .json file

oint rss CreateFeedAtom ^
  --name "Test Atom feed" ^
  --link "https://example.com" ^
  --id "https://example.com/feed" ^
  --items "[{'title':'First record','id':'https://example.com/entry1','link':'https://example.com/entry1','updated':'05/26/2026 14:40:22','summary':'First record summary','content':'Full content of the first record','author':'First Author','published':'05/26/2026 14:40:22'},{'title':'Second record','id':'https://example.com/entry2','link':'https://example.com/entry2','updated':'05/26/2026 14:40:23','summary':'Second record summary','content':'Full content of the second record','author':'Second Author','published':'05/26/2026 14:40:23'}]"