Talk:OGP LLSD Draft 3

From Second Life Wiki
Revision as of 14:11, 17 February 2009 by Eddy Stryker (talk | contribs)
Jump to navigation Jump to search

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 }

; What is the purpose of the $ symbol in maps? What do these statements mean?
&b = { $ : bool }
&b = { $ : "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)