Kodi Community Forum

Full Version: JSON javascript simple working example
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Look I don't want to get flamed, but I am struggling to find a working json javascript example, something simple like power up, whatever it doesn't matter, just to get me started.

I cant seem to find any javascript libraries either that has working code attached?

If anyone can help I would appreciate it.
Have you looked at this page : http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v4

It describes what to send using json, then you can use something like JQuery ajax calls described here http://api.jquery.com/jQuery.post/ to send the data over.

Thanks,
Eric.