zaach / jison

Bison in JavaScript.
http://jison.org
4.34k stars 448 forks source link

Added JSONNullLiteral to json.js example #314

Closed DmitrySoshnikov closed 8 years ago

DmitrySoshnikov commented 8 years ago

The "JSONNullLiteral": [ "NULL" ] was forgotten in "bnf" section, and null didn't parse.