Difference between revisions of "Template:LSL Constants/JSON"

From Second Life Wiki
Jump to navigation Jump to search
m
m
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{{!}} {{prettytable}}
{{{!}} {{prettytable}}
{{!}}- {{hl2}}
{{!}}- {{hl2}}
! {{!}} Constant
! {{!}} Type Flags
! {{!}} Value
! {{!}} Value
! {{!}} Unicode
! {{!}} Unicode
Line 10: Line 10:
{{!}} {{LSL Const|JSON_INVALID|string|}}
{{!}} {{LSL Const|JSON_INVALID|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDDO}}
{{!}} {{Unicode|FDDO}}
{{!}} "%EF%B7%90"
{{!}} "%EF%B7%90"
{{!}} 
{{!}} 
{{!}}  
{{!}} Value returned when inputs are not well formed.
{{!}}-
{{!}}-
{{!}} {{LSL Const|JSON_OBJECT|string|}}
{{!}} {{LSL Const|JSON_OBJECT|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD1}}
{{!}} {{Unicode|FDD1}}
{{!}} "%EF%B7%91"
{{!}} "%EF%B7%91"
{{!}} 
{{!}} 
Line 24: Line 24:
{{!}} {{LSL Const|JSON_ARRAY|string|}}
{{!}} {{LSL Const|JSON_ARRAY|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD2}}
{{!}} {{Unicode|FDD2}}
{{!}} "%EF%B7%92"
{{!}} "%EF%B7%92"
{{!}} 
{{!}} 
Line 32: Line 32:
{{!}} {{LSL Const|JSON_NUMBER|string|}}
{{!}} {{LSL Const|JSON_NUMBER|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD3}}
{{!}} {{Unicode|FDD3}}
{{!}} "%EF%B7%93"
{{!}} "%EF%B7%93"
{{!}} 
{{!}} 
Line 39: Line 39:
{{!}} {{LSL Const|JSON_STRING|string|}}
{{!}} {{LSL Const|JSON_STRING|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD4}}
{{!}} {{Unicode|FDD4}}
{{!}} "%EF%B7%94"
{{!}} "%EF%B7%94"
{{!}} 
{{!}} 
Line 46: Line 46:
{{!}} {{LSL Const|JSON_NULL|string|}}
{{!}} {{LSL Const|JSON_NULL|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD5}}
{{!}} {{Unicode|FDD5}}
{{!}} "%EF%B7%95"
{{!}} "%EF%B7%95"
{{!}} 
{{!}} 
Line 53: Line 53:
{{!}} {{LSL Const|JSON_TRUE|string|}}
{{!}} {{LSL Const|JSON_TRUE|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD6}}
{{!}} {{Unicode|FDD6}}
{{!}} "%EF%B7%96"
{{!}} "%EF%B7%96"
{{!}} 
{{!}} 
Line 60: Line 60:
{{!}} {{LSL Const|JSON_FALSE|string|}}
{{!}} {{LSL Const|JSON_FALSE|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD7}}
{{!}} {{Unicode|FDD7}}
{{!}} "%EF%B7%97"
{{!}} "%EF%B7%97"
{{!}} 
{{!}} 
{{!}}  
{{!}}  
{{!}}-
{{!}} {{LSL Const|JSON_DELETE|string|}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD8}}
{{!}} "%EF%B7%98"
{{!}} 
{{!}} Used with [[llJsonSetValue]] to remove a key-value pair.
{{!}}-
}}{{!}}-
}}{{!}}-
{{!}}}
{{!}}}<noinclude>
{{{{PAGENAMEE}}|}}
{{{{PAGENAMEE}}|subset=*}}
</noinclude>

Revision as of 05:20, 4 October 2013

Type Flags Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" &#xFDD0; Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 "%EF%B7%91" &#xFDD1;
JSON_ARRAY U+FDD2 "%EF%B7%92" &#xFDD2;
JSON_NUMBER U+FDD3 "%EF%B7%93" &#xFDD3;
JSON_STRING U+FDD4 "%EF%B7%94" &#xFDD4;
JSON_NULL U+FDD5 "%EF%B7%95" &#xFDD5;
JSON_TRUE U+FDD6 "%EF%B7%96" &#xFDD6;
JSON_FALSE U+FDD7 "%EF%B7%97" &#xFDD7;
JSON_DELETE U+FDD8 "%EF%B7%98" &#xFDD8; Used with llJsonSetValue to remove a key-value pair.
Type Flags Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" &#xFDD0; Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 "%EF%B7%91" &#xFDD1;
JSON_ARRAY U+FDD2 "%EF%B7%92" &#xFDD2;
JSON_NUMBER U+FDD3 "%EF%B7%93" &#xFDD3;
JSON_STRING U+FDD4 "%EF%B7%94" &#xFDD4;
JSON_NULL U+FDD5 "%EF%B7%95" &#xFDD5;
JSON_TRUE U+FDD6 "%EF%B7%96" &#xFDD6;
JSON_FALSE U+FDD7 "%EF%B7%97" &#xFDD7;
JSON_DELETE U+FDD8 "%EF%B7%98" &#xFDD8; Used with llJsonSetValue to remove a key-value pair.
Type Flags Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" &#xFDD0; Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 "%EF%B7%91" &#xFDD1;
JSON_ARRAY U+FDD2 "%EF%B7%92" &#xFDD2;