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 ![iwatch-300col](https://user-images.githubusercontent.com/1281774/39974933-9ffcad7c-5766-11e8-8b6e-692ae377bc15.png) ``` 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...