For those that use my JSON parser, I'm announcing that it has been updated. For those that don't know what I'm talking about take a look here.

Update
The script has been completely rewrote from the bottom up. It makes use of new features to mIRC and new methodologies learned since the v0.x series. Its faster while being less resource intensive.


Backwards Compatibility
Due to the massive amounts of internal changes this update breaks backwards compatibility. Fret not, though, as it's simple to update your scripts to use this version (and make use of its new features!):
  • To retrieve a referenced member's value, you MUST use the .value prop
  • /JSONURLGet has been renamed to /JSONHttpFetch
  • All /JSONURL* commands have been renamed to /JSONHttp
  • All .Url* props have been renamed to .Http*


New Features
  • /JSONOpen -U can be used to make HTTP requests without attempting to parse the body
  • $JSONForEach() can be used to loop over object/array members
  • Many new props to $JSON() have been added


Links
Download - Source - Docs - Bugs


Last edited by FroggieDaFrog; 10/01/17 11:45 PM.

I am SReject
My Stuff