Ask HN: Anyone actually using JSON API?

2 points by dc2 ↗ HN
I'm working on a project to build a flexible database API wrapper and the requirements include REST support. I've known about JSON API for a while, however can't tell if it's a cute idea, or if it is actually being adopted broadly.

Before I model my wrapper around this, I'd like to get some real-world feedback from the HN community.

1 comment

[ 4.8 ms ] story [ 9.9 ms ] thread
So, let's link to the thing:

http://jsonapi.org/

How much benefit do you think you'll derive from all the extra crap that shows up? How much work is required to distill business entities back down from a conformant response?

It looks interesting, but I haven't heard much about it. Ember may use it somehow?