Talk:OGP LLSD Draft 3
Some LLIDL questions:
; An LLSD value containing { member1 : true, member2 : true } comes in. Is member3 a string or an int? &a = { member1 : true, member2 : false, member3 : string } &a = { member1 : false, member2 : true, member3 : int } ; Is this an array containing only the string "hello world"? ["hello world" ...] ; The first variant is of the type uri. The second variant is of type string? &c = uri &c = "http://www.google.com/" ; Forward-slash seems like an odd addition to 0-9+A-Z. Why this character? &_/ = undef
--Eddy Stryker 07:52, 17 February 2009 (UTC)