9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_XPC_XPCJSONCONVERSIONS_H 
   10#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_XPC_XPCJSONCONVERSIONS_H 
   12#include "llvm/Support/JSON.h" 
   18xpc_object_t 
jsonToXpc(
const llvm::json::Value &JSON);
 
   19llvm::json::Value 
xpcToJson(
const xpc_object_t &XPCObject);
 
FIXME: Skip testing on windows temporarily due to the different escaping code mode.
 
xpc_object_t jsonToXpc(const json::Value &JSON)
 
json::Value xpcToJson(const xpc_object_t &XPCObject)
 
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//