Reputation: 688
What type of data interchange format is this? It is used in ways similar to json or xml.
Note that is is incomplete but in the end each square bracket is neatly closed.
[
[
[
"a",
"b",
]
],
[
[
"xxxxx",
[
"df",
"fg"
],
[
[
"gh",
Upvotes: 0
Views: 182
Reputation: 11675
That looks like JSON. Could be hard to work with though because it doesn't look like each array element is consistent.
Upvotes: 2