Luc Lieber, first of all, thanks to answer my question. In this example, we assume that we already have the file downloaded to local folder. How do I access a rest service like this
http://my_gienah:3000/Tipoestruturas/ObtemTipoEstrutura_IdDominio/1.json from C++ using boost over linux? I am thinking about boost, but if you suggest other library, I will appreciate, for example, Curl. My big difficult is: I am new in C++ and I have short time to do a small but efficient program to consume rest services. The return will be something like this:
[{"DscTipoEstrutura":"Unidade de Neg\u00f3cio","FlgAtivo":true,"IdDominio":1,"IdTipoEstrutura":1,"NroOrdem":0},{"DscTipoEstrutura":"Regi\u00e3o","FlgAtivo":true,"IdDominio":1,"IdTipoEstrutura":2,"NroOrdem":1},{"DscTipoEstrutura":"Distrito","FlgAtivo":true,"IdDominio":1,"IdTipoEstrutura":3,"NroOrdem":2}]