| /freebsd-14.2/contrib/ntp/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? 125 to simplify string extraction from JSON data. 134 // js - pointer to JSON string 150 * `JSMN_ERROR_INVAL` - bad token, JSON string is corrupted 151 * `JSMN_ERROR_NOMEM` - not enough tokens, JSON string is too large 152 * `JSMN_ERROR_PART` - JSON string is too short, expecting more JSON data [all …]
|
| /freebsd-14.2/lib/libpmc/pmu-events/arch/powerpc/ |
| H A D | mapfile.csv | 2 # PVR,Version,JSON/file/pathname,Type 6 # Version could be used to track version of of JSON file 8 # JSON/file/pathname is the path to JSON file, relative 12 # Multiple PVRs could map to a single JSON file.
|
| /freebsd-14.2/lib/libpmc/pmu-events/ |
| H A D | README | 8 The 'jevents' program tries to locate and process JSON files in the directory 12 JSON files, each of which describes a set of PMU events. 19 - To reduce JSON event duplication per architecture, platform JSONs may 27 should be placed in a separate JSON file - where the file name identifies 30 All the topic JSON files for a CPU model/family should be in a separate 41 Using the JSON files and the mapfile, 'jevents' generates the C source file, 45 (one table like the following, per JSON file; table name 'pme_power8' 46 is derived from JSON file name, 'power8.json'). 80 JSON file. Hence several entries in the pmu_events_map[] could map 137 is the pathname to the directory containing the CPU's JSON [all …]
|
| /freebsd-14.2/lib/libpmc/pmu-events/arch/arm64/ |
| H A D | mapfile.csv | 2 # MIDR,Version,JSON/file/pathname,Type 7 # Version could be used to track version of of JSON file 9 # JSON/file/pathname is the path to JSON file, relative
|
| /freebsd-14.2/contrib/libxo/doc/ |
| H A D | xo.rst | 8 the libxo library. Using `xo`, shell scripts can emit XML, JSON, and 12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the 29 JSON: 59 JSON: 90 JSON: 102 ensure that any details from the previous object (e.g. commas in JSON) 107 braces for JSON output. 138 JSON: 204 --json OR -J Generate JSON output 206 --not-first Indicate this object is not the first (JSON) [all …]
|
| H A D | formatting.rst | 14 Modern tool developers favor encoding schemes like XML and JSON, 25 traditional text output, as well as XML and JSON formatted data. HTML 38 JSON: 61 - JSON output can be used for RESTful APIs and integration with 66 In general, XML and JSON are suitable for encoding data, while TEXT is 86 using a single code path to make TEXT, XML, JSON or HTML, deciding at 95 call, but also has enough information to generate XML, JSON, and HTML. 123 JSON Output 126 JSON output consists of a hierarchical set of objects and lists, each
|
| H A D | field-modifiers.rst | 17 e encoding Only emit for encoding styles (XML/JSON) 25 n no-quotes Do not quote the field when using JSON style 27 q quotes Quote the field when using JSON style 38 and that the value should be quoted when encoded for JSON. 56 JSON: 240 JSON: 254 the quoting of values in the JSON output style. JSON uses quotes for 262 JSON: 302 the quoting of values in the JSON output style. JSON uses quotes for 309 JSON: [all …]
|
| H A D | options.rst | 47 json Emit JSON output 54 no-top Do not emit a top set of braces (JSON) 55 not-first Pretend the 1st output item was not 1st (JSON) 59 underscores Replace XML-friendly "-"s with JSON friendly "_"s 84 - "underscores" can be used with JSON output to change XML-friendly 85 names with dashes into JSON-friendly name with underscores. 105 J Enable JSON output (XO_STYLE_JSON) 111 u Change "-"s to "_"s in element names (JSON)
|
| H A D | index.rst | 13 libxo - A Library for Generating Text, XML, JSON, and HTML Output 16 The libxo library allows an application to generate text, XML, JSON,
|
| /freebsd-14.2/contrib/libxo/tests/xo/saved/ |
| H A D | xo_02.JP.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.T.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.X.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.XP.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.H.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.HIPx.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.HP.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| H A D | xo_02.J.err | 10 --json OR -J Generate JSON output 12 --not-first Indicate this object is not the first (JSON) 20 --top-wrap Generate a top-level object wrapper (JSON)
|
| /freebsd-14.2/contrib/libxo/ |
| H A D | README.md | 4 libxo - A Library for Generating Text, XML, JSON, and HTML Output 6 The libxo library allows an application to generate text, XML, JSON,
|
| /freebsd-14.2/contrib/file/tests/ |
| H A D | json6.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 | json1.result | 1 JSON text data
|
| H A D | json3.result | 1 JSON text data
|
| /freebsd-14.2/sbin/route/tests/ |
| H A D | utils.subr | 37 # This query selects the JSON item from the array of rt-entry 41 # Gateway is then extracted from the JSON item as described above
|