Page 1 of 1

Web Services - Any Module to Export Data into Json.

Posted: Sun Oct 21, 2018 11:29 am
by danishmagic
Hi There,

I am new in forum but I love coding with open-cart. I am facing an issue while generating data into json format as I need to convert an app for my website and I need all data exported in Json.

I was looking for any specific extension that can solve it and generate the data in Json Format. ??? ???

Any help would be appreciated. ;D

Re: Web Services - Any Module to Export Data into Json.

Posted: Sun Oct 21, 2018 4:03 pm
by OSWorX
Welcome,

and as a new user, you should read this before: viewtopic.php?f=176&t=200480
Beside this, in your signature you tell us that you are a company - therefore your posting is more a request, which should be posted in the commercial section of this forum!

Re: Web Services - Any Module to Export Data into Json.

Posted: Sun Oct 21, 2018 4:05 pm
by thekrotek
Data is converted into JSON using json_encode() function.

Re: Web Services - Any Module to Export Data into Json.

Posted: Mon Oct 22, 2018 9:48 pm
by danishmagic
OSWorX wrote:
Sun Oct 21, 2018 4:03 pm
Welcome,

and as a new user, you should read this before: viewtopic.php?f=176&t=200480
Beside this, in your signature you tell us that you are a company - therefore your posting is more a request, which should be posted in the commercial section of this forum!
Thanks OSWorX ,

And Sorry about annoying, I will put it in commercial section, or if you can send it to. :)
the query is related to my website, as a programmer I am doing it for me... ;)
And right I am here for back links too but I am genuinely willing to help, as much as I can.

Re: Web Services - Any Module to Export Data into Json.

Posted: Mon Oct 22, 2018 9:53 pm
by danishmagic
thekrotek wrote:
Sun Oct 21, 2018 4:05 pm
Data is converted into JSON using json_encode() function.
Thanks thekrotek ,

I know this one, but I am looking for any module if there...

Re: Web Services - Any Module to Export Data into Json.

Posted: Mon Oct 22, 2018 10:34 pm
by thekrotek
danishmagic wrote:
Mon Oct 22, 2018 9:53 pm
I know this one, but I am looking for any module if there...
No, there's no any module, because you encode in JSON format using PHP function.