Talk:OGP LLSD Draft 3

From Second Life Wiki
Revision as of 13:30, 18 February 2009 by Eddy Stryker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 }

; How is a parser supposed to handle this?
&b = { $ : &b }
; Or this?
&c = { $ : &d }
&d = { $ : &c }

; The first variant is of the type uri. The second variant is of type string?
&e = uri
&e = "http://www.google.com/"

; Forward-slash seems like an odd addition to 0-9+A-Z. Why this character?
&f/ = undef

--Eddy Stryker 07:52, 17 February 2009 (UTC)