Files
json-simple/Lexer.md
2015-04-12 20:36:57 -04:00

1 line
256 B
Markdown

The lexer file [json.lex](http://code.google.com/p/json-simple/source/browse/trunk/doc/json.lex) locates in directory doc of the source tree. JSON.simple uses [JFlex](http://jflex.de/) to generate src/org/json/simple/parser/Yylex.java from this lexer file.