Please check out a new tutorial, which shows how to send a JSON request to a REST Service and receive a response in Delphi objects and properties. The provided example makes a JSON request, which includes objects and object properties, sends this request, and receives a response. The parser supports JSON objects, arrays, name/value pairs, and other data types.
The tutorial is available in the Knowledge Base How to write a REST client with JSON in Delphi
Download example on...