blob: 1ddba983c60132d9605deccb0f25fd2d6df83204 (
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};
{"a"=-5;"b"=8u;"c"=10.;"d"="xxx";"f"="xyz"};
{"b"=5u;"d"="skdjfnsdf"};
{"x"=22};
|