buley
buley

Reputation: 29248

Data format that looks like JSON, but isn't. Can you help identify it?

I have no friggin' clue what this data format is called. Do you recognize it?

http://pastebin.me/ced13687cf12fb85b334a5960a4cf985

It's JSON-esque, but obviously not JSON. We can thank Google for blessing us with this little enigma.

Upvotes: 2

Views: 335

Answers (2)

tidwall
tidwall

Reputation: 6949

It's a Javascript array.

Upvotes: 5

Tomasz Kowalczyk
Tomasz Kowalczyk

Reputation: 10467

it looks like the input for my command line arguments parsing library ;]

Upvotes: 0

Related Questions