Comment on Can anyone tell me what format this uh.. nested dictionary is?
nybble41@programming.dev 1 year agoIt’s similar, but JavaScript would use :
and ,
for separators rather than =
and ;
. I don’t know of any exact matches and I considered quite a few languages, both common and uncommon.
sloppy_diffuser@sh.itjust.works 1 year ago
Possibly lua? I think it supports brackets and semi-colon from a quick google search, but I could be wrong. Not able to test this moment.