blob: 2d518272636ed6c7b952165aafde6a1054f1b24c (
plain) (
blame)
1
2
3
4
5
|
{"a"=1;"b"=1u;"c"=0.1;"d"="x";"e"=%false;"f"={"a"="b";"c"="d";"e"=[0;1;2]}};
{"a"=2;"b"=2u;"c"=2.5;"d"="xx";"e"=%true;"f"=0.123;"x"=1};
{"a"=-5;"b"=8u;"c"=10.;"d"="xxx";"f"="xyz";"y"="test"};
{"b"=5u;"d"="skdjfnsdf";"e"=%false;"y"="Y";"x"=2};
{"y"=""};
|