Archive for the ‘javascript’ Category.
6th January 2008, 04:13 am
The other day, I was struggling with my playlist on itunes. As you may know iTunes doesn’t have the notion of the folder structure of your mp3s. So if you do organise your music in folders you won’t have them in iTunes. I decided to write a script using the iTunes COM SDK for doing […]
Tags:
com,
folder,
fs,
fsharp,
ipod,
itunes,
mp3,
organizer,
plugin,
sdk Category:
F#,
javascript |
4 Comments
10th December 2007, 04:31 pm
JSON (JavaScript Object Notation) is a lightweight data-interchange format. JSON is an object notation in text format that Javacript engine fully understands and there is no need to parse for it.
The library contains some basic types that Javascript requires. IJSONObject, JSONElement, JSONNumber<T>, JSONString, JSONBoolean, JSONCollection, JSONArray and JSONObject.
JSONObject : Represents JSON objects beginning and […]