static O jsonPrepareData(O... data) { if (l(data) == 1) ret data[0]; ret litorderedmap(data); }