How to create rss feed using JSON?

I like to know how I can create an rss channel with json, because now I have to create it, following the example of the kitchen sink

can you advise me

+3
source share
6 answers
  • Choose a programming language (I would go with Perl , as I know it, and I know the modules that can do this)
  • Select a JSON parser (I would use JSON :: Any )
  • Choose a module that can create an RSS feed (I would use XML :: RSS )
  • Get an HTTP client if you need it ( LWP :: Simple will probably do this)
  • Write some glue code.
+7

. RSS - XML.

RSS - XML. RSS XML 1.0 , World Wide Web (W3C) .

: " CSS JSON?"

+2

, , XML, KitcheSink, XML. JSON, Ti.Yahoo.yql JSON XML, , KitchenSink.

Ti.Yahoo.yql

+1

RSS is based on XML. You cannot create it using JSON

+1
source

This link

should make you start using Json with php, but I'm trying to find out the same thing, and I came across your message, so I will keep track of results that go beyond what I can give right now.

0
source

All Articles