Wiki articles tagged with "JSON"

Showing 1-3 of 3 items.

Convert JSON data to html table for display on page

Created 2 years ago by shiv, updated 3 months ago by samdark.

I have a calls which help me display json directly in html table.

0 0
2 followers
Viewed: 88 782 times
Version: all
Category: Tips
Tags: html, JSON

Simple Web APIs for your Yii App

Created 11 years ago by shiv, updated 10 years ago by CeBe.

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...

1 2
10 followers
Viewed: 34 183 times
Version: 1.1
Category: How-tos
Tags: API, JSON

Updating fields on a form with Ajax and Json

Created 14 years ago by Russell England, updated 14 years ago by Russell England.

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.

10 0
22 followers
Viewed: 96 601 times
Version: 1.1
Category: How-tos