summaryrefslogtreecommitdiff
path: root/perl/benchmark/data.pl
blob: 6908d1cc0b5e89a76e673a905625b2ddd76b60c8 (plain)
1
2
3
4
5
6
+{
    "method" => "handleMessage",
    "params" => [ "user1", "we were just talking", "foo\nbar\nbaz\nqux"  ],
    "id"     => undef,
    "array"  => [ 1, 1024, 70000, -5, 1e5, 1e7, 1, 0, 3.14, sqrt(2), 1 .. 100 ],
};