Preferences

  select '{ "user": { "name": "' || u.name || '", "email": ' || u.email || '" } }' as json from users u;
oh my.

Izkata
...I don't know if it was intentional or not, but you're missing a comma.

This item has no comments currently.