Talk:Tree datastructures: Difference between revisions

(Good. Perhaps JSON-compatible nested and number formats ? Unicode chars ?)
 
Line 7:
# Perhaps JSON-compatible formats, both for the nested and numbered data types ?
# Unicode characters beyond the narrowly Anglo-Saxon alphabet ? [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 23:09, 15 October 2019 (UTC)
 
 
The simplest JSON nest (each node a value+list pair) would be:
 
<pre>[["RosettaCode",[
["rocks",[
["code",[]],
["comparison",[]],
["wiki",[]]
]],
["mocks",[
["golfing",[]]
]]
]]]</pre> [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 23:43, 15 October 2019 (UTC)
 
 
Incidentally, do you feel strongly committed to that particular outline ? For some reason the word 'mock' jars a little (perhaps particularly now that we are beginning to understand more about the destructive potential of digital networks). [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 23:43, 15 October 2019 (UTC)
9,655

edits