Searched refs:JSON (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat25 echo. json to make JSON files
83 echo.Build finished; now you can process the JSON files.
/freebsd-13-stable/lib/clang/libllvmminimal/
H A DMakefile30 SRCS+= Support/JSON.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp1 //=== JSON.cpp - JSON value, parsing and serialization - C++ -----------*-===//
9 #include "llvm/Support/JSON.h"
202 // Simple recursive-descent JSON parser.
205 Parser(StringRef JSON) argument
206 : Start(JSON.begin()), P(JSON.begin()), End(JSON.end()) {}
263 parseError("Invalid JSON value (null?)");
267 parseError("Invalid JSON valu
510 parse(StringRef JSON) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1 //===--- JSON.h - JSON values, parsing and serialization -------*- C++ -*-===//
10 /// This file supports working with JSON data.
14 /// - classes which hold dynamically-typed parsed JSON structures
18 /// - functions to parse JSON text into Values, and to serialize Values to text.
24 /// - an output API json::OStream which can emit JSON without materializing
27 /// Typically, JSON data would be read from an external source, parsed into
33 /// - YAML is also text-based, and more human-readable than JSON. It's a more
36 /// (including JSON, as YAML is a superset). It can be awkward to use
62 // JSON string
[all...]
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js56 // JSON RegExp
565 // Attempt to parse using the native JSON parser first
566 if ( window.JSON && window.JSON.parse ) {
567 return window.JSON.parse( data );
570 // Make sure the incoming data is actual JSON
579 jQuery.error( "Invalid JSON: " + data );
1742 // is serialized using JSON.stringify
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile914 SRCS_MIN+= Support/JSON.cpp

Completed in 211 milliseconds