Comment on Can anyone tell me what format this uh.. nested dictionary is?

theit8514@lemmy.world ⁨9⁩ ⁨months⁩ ago

This looks like a combination of JSONP and the ES2015 computed property name syntax. JSONP is used to load into web pages using a script tag and execute the function (item) with the data, rather than a direct response from Ajax.

As for tools, jq may be able to parse this assuming you remove the item( and the last );

source
Sort:hotnewtop