Difference between revisions of "User talk:Kireji Haiku"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
== Thanks for the Diff ==
It's terribly hard to keep up with every item, especially when the wiki isn't complete. Been trying to fill in some holes lately. some of the invalid stuff is Opensim Related. Not needed for SL true, but no harm being there either. :) [[User:Darien Caldwell|Darien Caldwell]] 18:14, 10 July 2013 (PDT)
== Stay out of my User Space. Please ==
You can add as many comments, criticisms and suggested changes to any talk page within my name space: [[User:LepreKhaun_Resident]] but, as a personal courtesy, please refrain from editing the pages themselves. Thank you. -- [[User:LepreKhaun Resident|LepreKhaun Resident]] 16:41, 23 September 2013 (PDT)
== JSON_APPEND and JSON_DELETE ==
== JSON_APPEND and JSON_DELETE ==


Line 23: Line 15:
:::I think I'll just make a feature suggestion for [[JSON_LAST]] so there is no ambiguity. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:35, 4 October 2013 (PDT)
:::I think I'll just make a feature suggestion for [[JSON_LAST]] so there is no ambiguity. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 06:35, 4 October 2013 (PDT)


::::I tested both on <code>LeTigre Sandbox 1</code> which runs <code>3.6.7.281331</code>. -- [[User:Kireji Haiku|Kireji Haiku]] 06:39, 4 October 2013 (PDT)
::::I tested both on <code>LeTigre Sandbox 1</code> which runs <code>3.6.7.281331</code>. It seems that is before the one introducing [[JSON_DELETE]]. So yeah... will wait and see. I removed the example script for now. -- [[User:Kireji Haiku|Kireji Haiku]] 06:39, 4 October 2013 (PDT)

Revision as of 06:42, 4 October 2013

JSON_APPEND and JSON_DELETE

I can't get on right now to test this but what happens if you use JSON_APPEND with JSON_DELETE? If the world were a wonderful place it would delete the last value. <lsl>llOwnerSay(llJsonSetValue("[0,1]", [JSON_APPEND], JSON_DELETE));</lsl> --Strife (talk|contribs) 06:19, 4 October 2013 (PDT)

What do you think happens if it's NOT an array?
<lsl>llOwnerSay(llJsonSetValue("{a:1}", [JSON_APPEND], JSON_DELETE));</lsl>
-- Strife (talk|contribs) 06:23, 4 October 2013 (PDT)
They both output JSON_INVALID. I'll erm... test and see if there's a better example script :P -- Kireji Haiku 06:29, 4 October 2013 (PDT)
JSON_DELETE I think is still only in RC. Thanks for looking into this. -- Strife (talk|contribs) 06:32, 4 October 2013 (PDT)
I think I'll just make a feature suggestion for JSON_LAST so there is no ambiguity. -- Strife (talk|contribs) 06:35, 4 October 2013 (PDT)
I tested both on LeTigre Sandbox 1 which runs 3.6.7.281331. It seems that is before the one introducing JSON_DELETE. So yeah... will wait and see. I removed the example script for now. -- Kireji Haiku 06:39, 4 October 2013 (PDT)