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

From Second Life Wiki
Jump to navigation Jump to search
m
m
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"
{{!}} 
{{!}} 
Line 17: Line 17:
{{!}} {{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"
{{!}} 
{{!}} 

Revision as of 12:42, 12 June 2013

Constant Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" 
JSON_OBJECT U+FDD1 "%EF%B7%91" 
JSON_ARRAY U+FDD2 "%EF%B7%92" 
JSON_NUMBER U+FDD3 "%EF%B7%93" 
JSON_STRING U+FDD4 "%EF%B7%94" 
JSON_NULL U+FDD5 "%EF%B7%95" 
JSON_TRUE U+FDD6 "%EF%B7%96" 
JSON_FALSE U+FDD7 "%EF%B7%97"  -
Constant Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" 
JSON_OBJECT U+FDD1 "%EF%B7%91" 
JSON_ARRAY U+FDD2 "%EF%B7%92" 
JSON_NUMBER U+FDD3 "%EF%B7%93" 
JSON_STRING U+FDD4 "%EF%B7%94" 
JSON_NULL U+FDD5 "%EF%B7%95" 
JSON_TRUE U+FDD6 "%EF%B7%96" 
JSON_FALSE U+FDD7 "%EF%B7%97"  -
Constant Value Unicode URL Encoded HTML Encoded Description
JSON_INVALID U+FDDO "%EF%B7%90" 
JSON_OBJECT U+FDD1 "%EF%B7%91" 
JSON_ARRAY U+FDD2 "%EF%B7%92"