halk


Member since 10/02/2012

Name: Hal Kitts

Location: Upstate New York

Website: not yet just a sandbox

I like to code:)

2 snippets

2572 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

halk's Recent SnippetsTagged json



« Prev 1 Next »
This is a public jsonp api. I use it with jQuery Like This: $.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema&params=your_db_name&jsoncallback=?", function(data){ //DO SOMETHING WITH THE DATA HERE }...
1 887 posted 11 years ago by halk
Any valid json object will be recursively traversed building a nested unordered list of its properties and their values. This example parses the json entered in the text area into an object that is passed to the json_tree() function. I use the twit...
0 880 posted 11 years ago by halk
« Prev 1 Next »