Quote:
Originally Posted by CyberSEO
What exactly parts of JSON output you want to show as HTML? E.g.:
Code:
<?php
var_dump(json_decode($json));
?>
|
sorry that just goes straight over my head!
the Json data is a schedule and is made up of multiple data keys
my example code for WP plugin:
[json src="base url/dir/?return=json" name="today"] Text
[json name="today" Data.Key="mykey" /]{Data.mykey}
[json name="today" Data.Key="mykey1" /]{Data.mykey1}
etc
etc