-1

I need to publish feeds in my application, and I want to use a standard format like RSS. But my application data is in JSON, and I would rather not convert all my objects.

So is there a format that is equivalent to RSS but uses JSON?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Maestro
  • 9,046
  • 15
  • 83
  • 116

1 Answers1

0

There is none. However, the great thing about RSS is that since it's a standard, you can use it as a "lingua franca" and let everyone convert it however they please :)

Julien Genestoux
  • 31,046
  • 20
  • 66
  • 93