document.write("
Multiple iterations of the same function:
{
"Function": "...",
... optional parameters that will not change per call ...
"Iterations":
[
{
... pararameters specific to this iteration ...
},
{
... pararameters specific to this iteration ...
},
...
]
}
Multiple iteration response:
[
{
"success": 1,
...
},
{
"success": 1,
...
},
...
]
multiple_uterations - Snippet hosted by \"Cacher\"
");