Can anyone tell me what format this uh.. nested dictionary is?
cross-posted from: lemmy.nz/post/4294116
I have a file with content like this:
<span style="color:#323232;">item({ </span><span style="color:#323232;"> ["attr"] = { </span><span style="color:#323232;"> ["size"] = "62091"; </span><span style="color:#323232;"> ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg"; </span><span style="color:#323232;"> ["stamp"] = "2023-12-05T19:31:37Z"; </span><span style="color:#323232;"> ["xmlns"] = "urn:xmpp:http:upload:0"; </span><span style="color:#323232;"> ["content-type"] = "image/jpeg"; </span><span style="color:#323232;"> }; </span><span style="color:#323232;"> ["key"] = "Wa4AJWFldqRZjBozponbSLRZ"; </span><span style="color:#323232;"> ["with"] = "email@address"; </span><span style="color:#323232;"> ["when"] = 1701804697; </span><span style="color:#323232;"> ["name"] = "request"; </span><span style="color:#323232;">}); </span>
I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?
Thanks!
Add comment