linagora / angular-translate-quality

[ARCHIVED] A JS library to verify the coherence and the correctness of angular-translate elements
MIT License
4 stars 3 forks source link

Detect invalid JSon files #27

Open vincent-zurczak opened 7 years ago

vincent-zurczak commented 7 years ago

Currently, the following JSon file is considered as valid.

{
     "key1": "value 1",
     "key2": "value 2"
     "key3": "value 3"
}

A comma is missing and this is not detected by the library.