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

From Second Life Wiki
Jump to navigation Jump to search
m
(llOrd integer values)
 
(6 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 11: Line 12:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|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}}
{{!}} {{Unicode|FDD1}}
{{!}} {{Unicode|FDD1}}
{{!}} 64977
{{!}} "%EF%B7%91"
{{!}} "%EF%B7%91"
{{!}} 
{{!}} 
Line 25: Line 28:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD2}}
{{!}} {{Unicode|FDD2}}
{{!}} 64978
{{!}} "%EF%B7%92"
{{!}} "%EF%B7%92"
{{!}} 
{{!}} 
Line 33: Line 37:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD3}}
{{!}} {{Unicode|FDD3}}
{{!}} 64979
{{!}} "%EF%B7%93"
{{!}} "%EF%B7%93"
{{!}} 
{{!}} 
Line 40: Line 45:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD4}}
{{!}} {{Unicode|FDD4}}
{{!}} 64980
{{!}} "%EF%B7%94"
{{!}} "%EF%B7%94"
{{!}} 
{{!}} 
Line 47: Line 53:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD5}}
{{!}} {{Unicode|FDD5}}
{{!}} 64981
{{!}} "%EF%B7%95"
{{!}} "%EF%B7%95"
{{!}} 
{{!}} 
Line 54: Line 61:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD6}}
{{!}} {{Unicode|FDD6}}
{{!}} 64982
{{!}} "%EF%B7%96"
{{!}} "%EF%B7%96"
{{!}} 
{{!}} 
Line 61: Line 69:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|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>
{{!}}}<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;