zlolik
zlolik
Actually this test is wrong, no errors with JSMN_STRICT. This test was added on #81 but refactored on zlolik/jsmn@29c999cd94bab9b7c6c0da4b04cd0df1508e97c1 and now it should look as this: ```bash make test cc...
@edsiper Why you need brackets around key1 and key2? Why not using ``` c "key 1": 12345, "key 2": "abc", "key 1": 6789 ```
According to this answer http://stackoverflow.com/a/22361229/6742459 the first one `{"a"}` is valid for RFC-7159 but invalid for RFC-4627.
I see, one more reason to move on official gitlab docker image.
Issue desciption has been updated. 2 and 3 - are duplicated. But adding new file is still without codepage selector.
Global encoding setting is not an option - we have files with both encoding utf8 and cp1251.