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

From Second Life Wiki
Jump to navigation Jump to search
m
(llOrd integer values)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
! {{!}} 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"
{{!}} 
{{!}} 
Line 18: Line 20:
{{!}} {{#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"
{{!}} 
{{!}} 
Line 68: Line 77:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Unicode|FDD8}}
{{!}} {{Unicode|FDD8}}
{{!}} 64984
{{!}} "%EF%B7%98"
{{!}} "%EF%B7%98"
{{!}} 
{{!}} 
{{!}}  
{{!}} Used with [[llJsonSetValue]] to remove a key-value pair.
{{!}}-
{{!}}-
}}{{!}}-
}}{{!}}-

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"  Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 64977 "%EF%B7%91" 
JSON_ARRAY U+FDD2 64978 "%EF%B7%92" 
JSON_NUMBER U+FDD3 64979 "%EF%B7%93" 
JSON_STRING U+FDD4 64980 "%EF%B7%94" 
JSON_NULL U+FDD5 64981 "%EF%B7%95" 
JSON_TRUE U+FDD6 64982 "%EF%B7%96" 
JSON_FALSE U+FDD7 64983 "%EF%B7%97" 
JSON_DELETE U+FDD8 64984 "%EF%B7%98"  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"  Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 64977 "%EF%B7%91" 
JSON_ARRAY U+FDD2 64978 "%EF%B7%92" 
JSON_NUMBER U+FDD3 64979 "%EF%B7%93" 
JSON_STRING U+FDD4 64980 "%EF%B7%94" 
JSON_NULL U+FDD5 64981 "%EF%B7%95" 
JSON_TRUE U+FDD6 64982 "%EF%B7%96" 
JSON_FALSE U+FDD7 64983 "%EF%B7%97" 
JSON_DELETE U+FDD8 64984 "%EF%B7%98"  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"  Value returned when inputs are not well formed.
JSON_OBJECT U+FDD1 64977 "%EF%B7%91" 
JSON_ARRAY U+FDD2 64978 "%EF%B7%92"