blob: 5f2f44bf6490d8ad3df233fcb5e3f4dc9b42c85c [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef Parser_h
#define Parser_h
#include "platform/PlatformExport.h"
#include "platform/inspector_protocol/String16.h"
#include "wtf/PtrUtil.h"
namespace blink {
namespace protocol {
class Value;
PLATFORM_EXPORT std::unique_ptr<Value> parseJSON(const String16& json);
} // namespace platform
} // namespace blink
#endif // !defined(Parser_h)