Comment on Can anyone tell me what format this uh.. nested dictionary is?
nybble41@programming.dev 11 months 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 11 months 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.