Closed kjoconnor closed 11 years ago
According to jsonlint.org, https://gist.github.com/kumarnitin/5695669 is invalid JSON:
Parse error on line 14: ... }, ], "DataStoreTyp ---------------------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
Thnx, there was a trailing comma. Fixed.
According to jsonlint.org, https://gist.github.com/kumarnitin/5695669 is invalid JSON: