YASUOKA Masahiko
Results
2
issues of
YASUOKA Masahiko
Current jsmn disallows only a primitive at root. But [RFC7159](https://tools.ietf.org/html/rfc7159) allows that like followings: > JSON-text = ws value ws > (snip) > value = false / null / true...
The following patch is required to display like below  ``` diff -u iwatch.c~ iwatch.c --- iwatch.c~ 2018-05-11 19:27:22.156024496 +0900 +++ iwatch.c 2018-05-11 19:28:37.701205581 +0900 @@ -41,7 +41,7 @@ #define...