xref: /OpenGrok/opengrok-indexer/src/test/resources/analysis/json/sample.json (revision eeb7e5b33d1bcc524fcc9d1d560447b044e286a4)
1*eeb7e5b3SAdam Hornáček{
2*eeb7e5b3SAdam Hornáček	"lic01" : "CDDL HEADER START",
3*eeb7e5b3SAdam Hornáček	"lic02" : "",
4*eeb7e5b3SAdam Hornáček	"lic03" : "The contents of this file are subject to the terms of the",
5*eeb7e5b3SAdam Hornáček	"lic04" : "Common Development and Distribution License (the \"License\").",
6*eeb7e5b3SAdam Hornáček	"lic05" : "You may not use this file except in compliance with the License.",
7*eeb7e5b3SAdam Hornáček	"lic06" : "",
8*eeb7e5b3SAdam Hornáček	"lic07" : "See LICENSE.txt included in this distribution for the specific",
9*eeb7e5b3SAdam Hornáček	"lic08" : "language governing permissions and limitations under the License.",
10*eeb7e5b3SAdam Hornáček	"lic09" : "",
11*eeb7e5b3SAdam Hornáček	"lic10" : "When distributing Covered Code, include this CDDL HEADER in each",
12*eeb7e5b3SAdam Hornáček	"lic11" : "file and include the License file at LICENSE.txt.",
13*eeb7e5b3SAdam Hornáček	"lic12" : "If applicable, add the following below this CDDL HEADER, with the",
14*eeb7e5b3SAdam Hornáček	"lic13" : "fields enclosed by brackets \"[]\" replaced with your own identifying",
15*eeb7e5b3SAdam Hornáček	"lic14" : "information: Portions Copyright [yyyy] [name of copyright owner]",
16*eeb7e5b3SAdam Hornáček	"lic15" : "",
17*eeb7e5b3SAdam Hornáček	"lic16" : "CDDL HEADER END",
18*eeb7e5b3SAdam Hornáček	"spc01" : null,
19*eeb7e5b3SAdam Hornáček	"cpy01" : "Copyright (c) 2017, Chris Fraire <cfraire@me.com>.",
20*eeb7e5b3SAdam Hornáček	"strings" : ["\u002F", "\u002f", "\/", "/", "\uD834\uDD1E", "\"", "\'",
21*eeb7e5b3SAdam Hornáček	    "\\"],
22*eeb7e5b3SAdam Hornáček	"spc02" : null,
23*eeb7e5b3SAdam Hornáček	"numbers" : [ 0, -1, 1.2, -2.4, -1e5, 1e-6, 20.5e97, -33.2e-4 ],
24*eeb7e5b3SAdam Hornáček	"spc03" : null,
25*eeb7e5b3SAdam Hornáček	"booleans" : [ true, false ],
26*eeb7e5b3SAdam Hornáček	"END" : ""
27*eeb7e5b3SAdam Hornáček}
28