1-----------------------------------------------------------------------------
2CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-19 Bradley M. Bell
3
4  CppAD is distributed under the terms of the
5               Eclipse Public License Version 2.0.
6
7  This Source Code may also be made available under the following
8  Secondary License when the conditions for such availability set forth
9  in the Eclipse Public License, Version 2.0 are satisfied:
10        GNU General Public License, Version 2.0 or later.
11-----------------------------------------------------------------------------
12$begin json_lexer$$
13$spell
14    Json
15$$
16
17$section Lexical Analysis Class for a Json AD Graph$$.
18
19$childtable%
20    include/cppad/local/graph/json_lexer.hpp
21%$$
22
23
24$end
25