Home
last modified time | relevance | path

Searched refs:JSON (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-14.2/contrib/ntp/libjsmn/
H A DREADME.md5 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 Dmapfile.csv2 # 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 DREADME8 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 Dmapfile.csv2 # 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 Dxo.rst8 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 Dformatting.rst14 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 Dfield-modifiers.rst17 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 Doptions.rst47 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 Dindex.rst13 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 Dxo_02.JP.err10 --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 Dxo_02.T.err10 --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 Dxo_02.X.err10 --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 Dxo_02.XP.err10 --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 Dxo_02.H.err10 --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 Dxo_02.HIPx.err10 --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 Dxo_02.HP.err10 --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 Dxo_02.J.err10 --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 DREADME.md4 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 Djson6.result1 JSON text data
H A Djson2.result1 JSON text data
H A Djson4.result1 JSON text data
H A Djson8.result1 JSON text data
H A Djson1.result1 JSON text data
H A Djson3.result1 JSON text data
/freebsd-14.2/sbin/route/tests/
H A Dutils.subr37 # This query selects the JSON item from the array of rt-entry
41 # Gateway is then extracted from the JSON item as described above

12345