chromium/third_party/openscreen/src/util/json/json_value_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "util/json/json_value.h"

#include "gtest/gtest.h"
#include "platform/base/error.h"
#include "util/json/json_serialization.h"

namespace openscreen {

TEST(JsonValueTest, GetInt) {}

TEST(JsonValueTest, GetString) {}

}  // namespace openscreen