-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
TJSON looks really nice! Thank you for your work on the specification thus far. I have some questions relating to TJSON's equivalence relation.
A) Is this a valid set?
{"maybe-valid-set:S<s>": ["päron", "päron"]}
Its UTF-8 encoding is as follows:
00000000: 7b22 6d61 7962 652d 7661 6c69 642d 7365 {"maybe-valid-se
00000010: 743a 533c 733e 223a 205b 2270 c3a4 726f t:S<s>": ["p..ro
00000020: 6e22 2c20 2270 61cc 8872 6f6e 225d 7d n", "pa..ron"]}
B) Is this a valid set?
{"maybe-valid-set:S<O>": [ {"a:A<>":[]}, {"a:A<s>":[]} ]}
C) Is this a valid set?
{"maybe-valid-set:S<O>": [ {"a:s":"m", "z:s":"n"}, {"z:s":"n", "a:s":"m"} ]}
D) Is this a valid set?
{"maybe-valid-set:S<O>": [
{"hi:d16": "48656c6c6f2c20776f726c6421"},
{"hi:d64": "SGVsbG8sIHdvcmxkIQ"} ]}
Metadata
Metadata
Assignees
Labels
No labels