I have a calls which help me display json directly in html table.
I have a calls which help me display json directly in html table.
Its very common now-a-days to have Mobile app for web apps. For Mobile apps we need web APIs to fetch data or even post/update on web. We found a very simple method to make such interface. Mobile App can call plain get or post request and receive data back in JSON format. JSON is relatively easy for mobile app to handle while plain standard GET/POST request for easy for Web server to handle. This...
I'm developing a website that has an option to look up a car's registration number via SOAP and return additional details such as make, model, colour etc.