v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
json.h File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "src/base/logging.h"
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::torque::ls::JsonValue
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 
namespace  v8::internal::torque::ls
 

Typedefs

using v8::internal::torque::ls::JsonObject = std::map<std::string, JsonValue>
 
using v8::internal::torque::ls::JsonArray = std::vector<JsonValue>
 

Functions

std::string v8::internal::torque::ls::SerializeToString (const JsonValue &value)