mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
7 lines
219 B
Raku
Executable File
7 lines
219 B
Raku
Executable File
+{
|
|
"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 ],
|
|
};
|