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.