/netbsd-src/external/bsd/ntp/dist/libjsmn/ |
H A D | README.md | 5 jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be 8 You can find more information about JSON format at [json.org][1] 18 Most JSON parsers offer you a bunch of functions to load JSON data, parse it 20 every JSON packet or allocating temporary objects to store parsed JSON fields 23 JSON format itself is extremely simple, so why should we complicate it? 47 The rudimentary jsmn object is a **token**. Let's consider a JSON string: 57 In jsmn, tokens do not hold any data, but point to token boundaries in JSON 61 Every jsmn token has a type, which indicates the type of corresponding JSON 75 This approach provides enough information for parsing any JSON data and makes 106 **Note:** Unlike JSON data types, primitive tokens are not divided into [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | ProjectMap.py | 8 JSON = Dict[str, Any] variable 149 def _parse(raw_projects: List[JSON]) -> List[ProjectInfo]: argument 154 def _parse_project(raw_project: JSON) -> ProjectInfo: argument 175 def _get_git_params(raw_project: JSON) -> Tuple[str, str]: argument 194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]: 199 def _convert_info_to_dict(project: ProjectInfo) -> JSON:
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-symbolizer.rst | 239 .. option:: --output-style <LLVM|GNU|JSON> 255 ``JSON`` style provides a machine readable output in JSON. If addresses are 256 supplied via stdin, the output JSON will be a series of individual objects. 280 $ llvm-symbolizer --output-style=JSON --obj=inlined.elf 0x4004be 0x400486 -p 330 For JSON output, the option will cause JSON to be indented and split over 331 new lines. Otherwise, the JSON output will be printed in a compact form.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | JSONCompilationDatabase.rst | 2 JSON Compilation Database Format Specification 47 A compilation database is a JSON file, which consist of an array of 75 - **command:** The compile command executed. After JSON unescaping,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | JSON.cpp | 362 Parser(StringRef JSON) in Parser() argument 363 : Start(JSON.begin()), P(JSON.begin()), End(JSON.end()) {} in Parser() 667 Expected<Value> parse(StringRef JSON) { in parse() argument 668 Parser P(JSON); in parse()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | make-proto.pl | 7 use JSON; 73 my $obj = JSON->new->utf8->decode(<EXP>);
|
/netbsd-src/external/bsd/file/dist/tests/ |
H A D | json3.result | 1 JSON text data
|
H A D | json1.result | 1 JSON text data
|
H A D | json2.result | 1 JSON text data
|
H A D | json4.result | 1 JSON text data
|
H A D | json8.result | 1 JSON text data
|
H A D | json6.result | 1 JSON text data
|
H A D | jsonlines1.result | 1 New Line Delimited JSON text data
|
/netbsd-src/external/mit/libcbor/dist/docs/ |
H A D | release_meta.rb | 6 @@release ||= JSON.load(open('https://api.github.com/repos/pjk/libcbor/releases')).first
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/ |
H A D | tools.md | 12 Where `<old-benchmark>` and `<new-benchmark>` either specify a benchmark executable file, or a JSON… 16 The sample output using the JSON test files under `Inputs/` gives: 87 … `<benchmark_contender>` either specify a benchmark executable file, or a JSON output file. The ty… 150 Where `<benchmark>` either specify a benchmark executable file, or a JSON output file. The type of … 201 … `<benchmark_contender>` either specify a benchmark executable file, or a JSON output file. The ty…
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 465 JSON Reference 468 **Purpose**: Output all the values in every ``def``, as a JSON data 476 The root of the output file is a JSON object (i.e. dictionary), 501 identical to the key in the JSON root object corresponding to this 511 is a translation into JSON of the variable's value, using the 515 corresponding JSON type: 519 by the record itself or any other superclass) is emitted as the JSON 525 literal in the JSON output will show the full exact integer value. 527 should use a JSON reader capable of translating such literals back 531 * ``string`` and ``code`` values are emitted as JSON strings. [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 94 enum class OutputStyle { LLVM, GNU, JSON }; enumerator 323 Style = OutputStyle::JSON; in main() 332 else if (Style == OutputStyle::JSON) in main()
|
H A D | Opts.td | 45 : Eq<"output-style", "Specify print style. Supported styles: LLVM, GNU, JSON">, 47 Values<"LLVM,GNU,JSON">;
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
H A D | server-json.pl | 17 use JSON;
|
H A D | zones-json.pl | 18 use JSON;
|
H A D | traffic-json.pl | 18 use JSON;
|
/netbsd-src/external/mit/libcbor/dist/doc/ |
H A D | Makefile | 30 @echo " json to make JSON files" 75 @echo "Build finished; now you can process the JSON files."
|
/netbsd-src/external/mit/libuv/dist/docs/ |
H A D | Makefile | 33 @echo " json to make JSON files" 81 @echo "Build finished; now you can process the JSON files."
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/ |
H A D | MANIFEST | 25 META.json Module JSON meta-data (added by MakeMaker)
|
/netbsd-src/external/mit/libcbor/dist/doc/source/api/ |
H A D | type_5.rst | 4 CBOR maps are the plain old associate hash maps known from JSON and many other formats and language…
|