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

From Second Life Wiki
Jump to navigation Jump to search
m
(llOrd integer values)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{{!}} {{prettytable}}
{{{!}} {{prettytable}}
{{!}}- {{hl2}}
{{!}}- {{hl2}}
! {{!}} Constant
! {{!}} Type Flags
! {{!}} Value
! {{!}} Value
! {{!}} Unicode
! {{!}} Unicode
! {{!}} [[llOrd|Integer]]
! {{!}} {{LSLGC|Encoding/URL|URL Encoded}}
! {{!}} {{LSLGC|Encoding/URL|URL Encoded}}
! {{!}} HTML Encoded
! {{!}} HTML Encoded
Line 10: Line 11:
{{!}} {{LSL Const|JSON_INVALID|string|}}
{{!}} {{LSL Const|JSON_INVALID|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDDO}}
{{!}} {{Unicode|FDDO}}
{{!}} 64976
{{!}} "%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}}
{{!}} 64977
{{!}} "%EF%B7%91"
{{!}} "%EF%B7%91"
{{!}} 
{{!}} 
Line 24: Line 27:
{{!}} {{LSL Const|JSON_ARRAY|string|}}
{{!}} {{LSL Const|JSON_ARRAY|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD2}}
{{!}} {{Unicode|FDD2}}
{{!}} 64978
{{!}} "%EF%B7%92"
{{!}} "%EF%B7%92"
{{!}} 
{{!}} 
Line 32: Line 36:
{{!}} {{LSL Const|JSON_NUMBER|string|}}
{{!}} {{LSL Const|JSON_NUMBER|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD3}}
{{!}} {{Unicode|FDD3}}
{{!}} 64979
{{!}} "%EF%B7%93"
{{!}} "%EF%B7%93"
{{!}} 
{{!}} 
Line 39: Line 44:
{{!}} {{LSL Const|JSON_STRING|string|}}
{{!}} {{LSL Const|JSON_STRING|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD4}}
{{!}} {{Unicode|FDD4}}
{{!}} 64980
{{!}} "%EF%B7%94"
{{!}} "%EF%B7%94"
{{!}} 
{{!}} 
Line 46: Line 52:
{{!}} {{LSL Const|JSON_NULL|string|}}
{{!}} {{LSL Const|JSON_NULL|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD5}}
{{!}} {{Unicode|FDD5}}
{{!}} 64981
{{!}} "%EF%B7%95"
{{!}} "%EF%B7%95"
{{!}} 
{{!}} 
Line 53: Line 60:
{{!}} {{LSL Const|JSON_TRUE|string|}}
{{!}} {{LSL Const|JSON_TRUE|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD6}}
{{!}} {{Unicode|FDD6}}
{{!}} 64982
{{!}} "%EF%B7%96"
{{!}} "%EF%B7%96"
{{!}} 
{{!}} 
Line 60: Line 68:
{{!}} {{LSL Const|JSON_FALSE|string|}}
{{!}} {{LSL Const|JSON_FALSE|string|}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{LSL Hex|FDD7}}
{{!}} {{Unicode|FDD7}}
{{!}} 64983
{{!}} "%EF%B7%97"
{{!}} "%EF%B7%97"
{{!}} 
{{!}} 
{{!}}  
{{!}}  
{{!}}-
{{!}} {{LSL Const|JSON_DELETE|string|}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD8}}
{{!}} 64984
{{!}} "%EF%B7%98"
{{!}} 
{{!}} Used with [[llJsonSetValue]] to remove a key-value pair.
{{!}}-
}}{{!}}-
}}{{!}}-
{{!}}}
{{!}}}<noinclude>
{{{{PAGENAMEE}}|}}
{{{{PAGENAMEE}}|subset=*}}
</noinclude>

Latest revision as of 10:32, 29 October 2023

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