ProIcons   -  Dec 27, 2012

A good guy needed to create a DLL for mIRC, that it should ENCODE and DECODE a JSON Hash.
Wanted procedures are:
ADDCELL
EDITCELL
REMOVECELL
GETCELL

Example i have: {"name":"lolmg","ip":"123"} "something"=>"asd"
ADDCELL:
{"name":"lolmg","ip":"123","something":"asd"}
ADDCELL MORE DEEP -> {"name":"lolmg","ip":"123"} "names" "something"=>"asd"

{"name":"lolmg","ip":"123","something":"asd","names":[{"something":"asd"}]}

EDITCELL: -> {"name":"lolmg","ip":"123"} "ip"=>"127.0.0.1"
{"name":"lolmg","ip":"127.0.0.1"}

REMOVECELL -> {"name":"lolmg","ip":"123"} "ip"
{"name":"lolmg"}

GETCELL -> {"name":"lolmg","ip":"123"} "name"
name = lolmg

Thx in advance^^

Conscious  -  Dec 29, 2012
ProIcons  -  Dec 29, 2012

i'm Familiar with $json, i'm currently using it. But i would want something more advanced to create also json arrays. ANywayz

Conscious  -  Dec 29, 2012

You could probably somehow edit it for those features, give it a go! Better than starting from scratch for any accounts

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.