Added $json and /json; Redid $urlencode and added urldecode

No replies
Tim
User offline. Last seen 7 hours 2 min ago. Offline
Joined: 02/06/2010

I have added $json and /json. $json can read JSON from files and URLs. This will allow scripts such as Google Search and YouTube to be smaller and more efficient. With /json, data can be stored in a more flexible way than text files and INIs. To ensure compatibility, this better way of storage will not replace current methods, although some scripts may store data in JSON in the future.

Also, $urlencode has been reassigned to $urltext. This identifier can encode text with $urltext() and decode text with $urltext().decode. These tasks will be handled through COM instead of through Regex.

TimScripts Scripter