luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

Joining arrays into comma separated strings #48

Closed rebers closed 8 years ago

rebers commented 8 years ago

Hi there,

many APIs return something like this:

[
  {
   "key": "a",
  },
  {
    "key": "b",
  },
  {
    "key": "c",
  },
]

I would like to take those values and create a,b,c out of them.

Is that something that is possible?

Also, love the new Paw and suggest my company to buy Paw for Teams!

Keep up the great work!

rebers commented 8 years ago

Nevermind, just realised I can create a custom function :) 👍

nunogoncalves commented 3 years ago

@rebers how do you achieve that?