I want to connect my application to some Internet services via Rest API. I don't know anything about Rest API or Json. What tutorial would you advice to start ? I have Delphi XE2
Mitov Software has a really extensive JSON implementation in their free run-time library (IIRC) that's easily streamable. http://mitov.com/products/mitov-runtime
Mitov Software has a really extensive JSON implementation in their free run-time library (IIRC) that's easily streamable. http://mitov.com/products/mitov-runtime
ReplyDeleteYou might want to check this (https://github.com/fabriciocolombo/delphi-rest-client-api), but I haven't tested it myself.
ReplyDeleteThis is for RAD Studio 2010 but could also work: http://www.embarcadero.com/rad-in-action/rest
ReplyDelete