fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Support to DBXJson #4

Closed fabriciocolombo closed 9 years ago

fabriciocolombo commented 12 years ago

Rest method should be accept and return DBXJson Objects, like;

    function Post(Content: TJSONObject): TJSONObject; 
fabriciocolombo commented 12 years ago

DBXJson has been include in Delphi 2010

RobertoSchneiders commented 9 years ago

Someone still need this feature?

fabioxgn commented 9 years ago

@RobertoSchneiders nope, and if someone needs it, they can always implement