What component to use?

Hello,


Looking for a little guidance if anyone can help me.

I need to connect to the below and then read the data line to a file.


I will back a response body that looks like this (JSON format):

  "message": "Return 1 payment records",
  "data": "1,2014,5,9,P,,paydici_Pdmff8h,275.00,,,Payment via savings (******678),,20140510\r\n"

Could anyone suggest a component library I can use for this?

Thank you,
Chad

Delphi comes with a unit DBXJSON that you can use to parse JSON like this.

Bruno,


I use C++ Builder XE3.   Any components you know of there?

Chad

Sorry, I have no experience using this directly from C++